lang-specs.h: Pass -$ to the preprocessor.
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu> * lang-specs.h: Pass -$ to the preprocessor. From-SVN: r26871
This commit is contained in:
parent
54ff00f60b
commit
5f4609821f
@ -1,3 +1,7 @@
|
||||
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
|
||||
|
||||
* lang-specs.h: Pass -$ to the preprocessor.
|
||||
|
||||
Tue May 4 14:52:53 1999 Dave Brolley <brolley@cygnus.com>
|
||||
|
||||
* actions.c (chill_expand_assignment): Use powersetlen to calculate the
|
||||
|
@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
|
||||
{".ch", {"@chill"}},
|
||||
{".chi", {"@chill"}},
|
||||
{"@chill",
|
||||
{"cpp -lang-chill %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
|
||||
{"cpp -lang-chill %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\
|
||||
%{C:%{!E:%eGNU CHILL does not support -C without using -E}}\
|
||||
-D__GNUCHILL__=%v1 -D__GNUC_MINOR__=%v2\
|
||||
%c %{Os:-D__OPTIMIZE_SIZE__} %{O*:-D__OPTIMIZE__} %{traditional} %{ftraditional:-traditional}\
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
|
||||
|
||||
* lang-specs.h: Pass -$ to the preprocessor.
|
||||
|
||||
1999-05-10 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.
|
||||
|
@ -30,10 +30,10 @@ Boston, MA 02111-1307, USA. */
|
||||
{"@c++",
|
||||
#if USE_CPPLIB
|
||||
{
|
||||
"%{E|M|MM:cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
|
||||
"%{E|M|MM:cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\
|
||||
%{C:%{!E:%eGNU C++ does not support -C without using -E}}\
|
||||
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
|
||||
-D__GNUC__=%v1 -D__GNUG__=%v1 -D__cplusplus -D__GNUC_MINOR__=%v2\
|
||||
-D__GNUC__=%v1 -D__GNUG__=%v1 -D__GNUC_MINOR__=%v2 -D__cplusplus\
|
||||
%{ansi:-trigraphs -D__STRICT_ANSI__} %{!undef:%{!ansi:%p} %P}\
|
||||
%{!fno-exceptions:-D__EXCEPTIONS}\
|
||||
%c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}} %{trigraphs}\
|
||||
@ -41,10 +41,10 @@ Boston, MA 02111-1307, USA. */
|
||||
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*} %Z\
|
||||
%i %{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}}\n}\
|
||||
%{!E:%{!M:%{!MM:cc1plus %i %1 %2\
|
||||
-lang-c++ %{nostdinc*} %{C} %{A*} %{I*} %{P} %I\
|
||||
-lang-c++ %{nostdinc*} %{C} %{A*} %{I*} %{P} %{$} %I\
|
||||
%{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
|
||||
-D__GNUC__=%v1 -D__GNUG__=%v1 -D__cplusplus\
|
||||
-D__GNUC_MINOR__=%v2\
|
||||
-D__GNUC__=%v1 -D__GNUG__=%v1\
|
||||
-D__GNUC_MINOR__=%v2} -D__cplusplus\
|
||||
%{ansi:-trigraphs -D__STRICT_ANSI__} %{!undef:%{!ansi:%p} %P}\
|
||||
%{!fno-exceptions:-D__EXCEPTIONS}\
|
||||
%c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\
|
||||
@ -61,10 +61,10 @@ Boston, MA 02111-1307, USA. */
|
||||
%{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
|
||||
%{!pipe:%g.s} %A\n }}}}"}},
|
||||
#else /* ! USE_CPPLIB */
|
||||
{"cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
|
||||
{"cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\
|
||||
%{C:%{!E:%eGNU C++ does not support -C without using -E}}\
|
||||
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
|
||||
-D__GNUC__=%v1 -D__GNUG__=%v1 -D__cplusplus -D__GNUC_MINOR__=%v2\
|
||||
-D__GNUC__=%v1 -D__GNUG__=%v1 -D__GNUC_MINOR__=%v2 -D__cplusplus\
|
||||
%{ansi:-trigraphs -D__STRICT_ANSI__} %{!undef:%{!ansi:%p} %P}\
|
||||
%{!fno-exceptions:-D__EXCEPTIONS}\
|
||||
%c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}} %{trigraphs}\
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
|
||||
|
||||
* lang-specs.h: Pass -$ to the preprocessor.
|
||||
|
||||
Mon May 10 18:14:28 1999 Craig Burley <craig@jcb-sc.com>
|
||||
|
||||
* g77.texi: Fix various @xref's per proper style.
|
||||
|
@ -35,7 +35,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
Sun f77, at least) so you test `__unix' rather than `unix'.
|
||||
-D_LANGUAGE_FORTRAN is used by some compilers like SGI and
|
||||
might as well be in there. */
|
||||
{"cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
|
||||
{"cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\
|
||||
%{C:%{!E:%eGNU C does not support -C without using -E}}\
|
||||
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
|
||||
-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
|
||||
@ -85,7 +85,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
%{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
|
||||
%{!pipe:%g.s} %A\n }}}}"}},
|
||||
{"@f77-version",
|
||||
{"cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I \
|
||||
{"cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I \
|
||||
%{C:%{!E:%eGNU C does not support -C without using -E}} \
|
||||
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG} \
|
||||
-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2 \
|
||||
|
Loading…
Reference in New Issue
Block a user