austern 02/11/14 09:43:02
Modified: live/gcc3 build_gcc
live/gcc3/gcc Makefile.in
Log:
Reviewed by: Stuart
Fix bootstrap problems
Revision Changes Path
1.68 +1 -1 src/live/gcc3/build_gcc
Index: build_gcc
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/build_gcc,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- build_gcc 2002/11/12 23:03:06 1.67
+++ build_gcc 2002/11/14 17:43:01 1.68
@@ -771,7 +771,7 @@
BISON=bison \
CFLAGS="$no_boot_opt_flag $OPT_OVERRIDE $CFLAGS" \
GCC_CFLAGS="-no-cpp-precomp $CFLAGS" \
- BOOT_CFLAGS="${OPT_OVERRIDE:--O2} $CFLAGS -no-cpp-precomp
-mdynamic-no-pic" \
+ BOOT_CFLAGS="${OPT_OVERRIDE:--O2} $CFLAGS -no-cpp-precomp" \
BOOT_LDFLAGS= \
CC="$HOST_CC -arch $host -no-cpp-precomp
${bootstrap:+"$CFLAGS"}"
status=$?
1.132 +1 -1 src/live/gcc3/gcc/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/gcc/Makefile.in,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- Makefile.in 2002/10/24 23:42:38 1.131
+++ Makefile.in 2002/11/14 17:43:01 1.132
@@ -695,7 +695,7 @@
# -I$(@D) and -I$(srcdir)/$(@D) cause the subdirectory of the file
# currently being compiled, in both source trees, to be examined as well.
INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
- -I$(srcdir)/config -I$(srcdir)/../include
+ -I$(srcdir)/config -I$(srcdir)/../include -I$(srcdir)/../more-hdrs
# Always use -I$(srcdir)/config when compiling.
.c.o: