gkeating 02/12/18 10:26:28
Modified: live/gcc3/gcc Tag: no-precomp-testing-branch gcc.c version.c
live/gcc3/gcc/objc Tag: no-precomp-testing-branch
lang-specs.h
live/gcc3/gcc/objcp Tag: no-precomp-testing-branch
lang-specs.h
Log:
Make precomp flags be silently ignored.
Revision Changes Path
No revision
No revision
1.129.2.4.2.2 +2 -2 src/live/gcc3/gcc/gcc.c
Index: gcc.c
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/gcc/gcc.c,v
retrieving revision 1.129.2.4.2.1
retrieving revision 1.129.2.4.2.2
diff -u -r1.129.2.4.2.1 -r1.129.2.4.2.2
--- gcc.c 2002/12/17 22:42:28 1.129.2.4.2.1
+++ gcc.c 2002/12/18 18:26:26 1.129.2.4.2.2
@@ -980,7 +980,7 @@
/* APPLE LOCAL prohibit -E and -S with -arch, -precomp */
"%{M|MM:%(trad_capable_cpp) -lang-c %{ansi:-std=c89} %(cpp_options)}\
%{E|S:%{@:%e-E and -S are not allowed with multiple -arch flags}}\
- %{precomp:%ecpp-precomp not supported}%{<no-cpp-precomp}\
+ %{precomp:%ecpp-precomp not supported}%{no-cpp-precomp:}\
%{E: %(trad_capable_cpp) -lang-c %{ansi:-std=c89} %(cpp_options)}\
%{!E:%{!M:%{!MM:\
%{save-temps|no-integrated-cpp:\
@@ -1001,7 +1001,7 @@
/* APPLE LOCAL prohibit -E with -arch */
"%{!E:%{!precomp:%ecompilation of header file requested}} \
%{E:%{@:%e-E is not allowed with multiple -arch flags}}\
- %{precomp:%ecpp-precomp not supported}%{<no-cpp-precomp}\
+ %{precomp:%ecpp-precomp not supported}%{no-cpp-precomp:}\
%(trad_capable_cpp) -lang-c %{ansi:-std=c89} %(cpp_options)", 0},
{".i", "@cpp-output", 0},
{"@cpp-output",
1.44.2.21.2.2 +1 -1 src/live/gcc3/gcc/version.c
Index: version.c
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/gcc/version.c,v
retrieving revision 1.44.2.21.2.1
retrieving revision 1.44.2.21.2.2
diff -u -r1.44.2.21.2.1 -r1.44.2.21.2.2
--- version.c 2002/12/17 22:42:33 1.44.2.21.2.1
+++ version.c 2002/12/18 18:26:26 1.44.2.21.2.2
@@ -6,5 +6,5 @@
/* APPLE LOCAL begin Apple version */
/* Note that we can't say "apple_v*rs**n_str*ng" because of a cheesy
grep in configure that will get very confused if we do. */
-const char *const apple_version_str = "1240";
+const char *const apple_version_str = "1241";
/* APPLE LOCAL end Apple version */
No revision
No revision
1.21.4.1.2.2 +1 -0 src/live/gcc3/gcc/objc/lang-specs.h
Index: lang-specs.h
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/gcc/objc/lang-specs.h,v
retrieving revision 1.21.4.1.2.1
retrieving revision 1.21.4.1.2.2
diff -u -r1.21.4.1.2.1 -r1.21.4.1.2.2
--- lang-specs.h 2002/12/17 22:42:39 1.21.4.1.2.1
+++ lang-specs.h 2002/12/18 18:26:27 1.21.4.1.2.2
@@ -28,6 +28,7 @@
/* APPLE LOCAL prohibit -arch with -E and -S */
"%{E|M|MM:%(trad_capable_cpp) -lang-objc %{ansi:-std=c89} %(cpp_options)}\
%{E|S:%{@:%e-E and -S are not allowed with multiple -arch flags}}\
+ %{precomp:%ecpp-precomp not supported}%{no-cpp-precomp:}\
%{!E:%{!M:%{!MM:\
%{save-temps:%(trad_capable_cpp) -lang-objc %{ansi:-std=c89}\
%(cpp_options) %b.mi \n\
No revision
No revision
1.11.14.2 +1 -0 src/live/gcc3/gcc/objcp/lang-specs.h
Index: lang-specs.h
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/gcc/objcp/lang-specs.h,v
retrieving revision 1.11.14.1
retrieving revision 1.11.14.2
diff -u -r1.11.14.1 -r1.11.14.2
--- lang-specs.h 2002/12/17 22:42:39 1.11.14.1
+++ lang-specs.h 2002/12/18 18:26:28 1.11.14.2
@@ -39,6 +39,7 @@
-D__GXX_ABI_VERSION=100\
%{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\
%{E|S:%{@:%e-E and -S are not allowed with multiple -arch flags}}\
+ %{precomp:%ecpp-precomp not supported}%{no-cpp-precomp:}\
%{!E:%{!M:%{!MM:\
%{save-temps|no-integrated-cpp:cpp0 -lang-c++ \
%{!no-gcc:-D__GNUG__=%v1}\