Makefile.in (bootstrap2, bootstrap3): New targets.
* Makefile.in (bootstrap2, bootstrap3): New targets. (all-bootstrap): Remove outdated and confusing target. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r15559
This commit is contained in:
parent
c52c47b4cd
commit
335d0ab208
@ -1,3 +1,9 @@
|
||||
Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
Jeff Law <law@cygnus.com>
|
||||
|
||||
* Makefile.in (bootstrap2, bootstrap3): New targets.
|
||||
(all-bootstrap): Remove outdated and confusing target.
|
||||
|
||||
1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* config/mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is
|
||||
|
18
Makefile.in
18
Makefile.in
@ -1273,17 +1273,6 @@ all-gcc:
|
||||
true; \
|
||||
fi
|
||||
|
||||
.PHONY: all-bootstrap
|
||||
all-bootstrap:
|
||||
@if [ -f ./gcc/Makefile ] ; then \
|
||||
r=`pwd`; export r; \
|
||||
s=`cd $(srcdir); pwd`; export s; \
|
||||
$(SET_LIB_PATH) \
|
||||
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) bootstrap); \
|
||||
else \
|
||||
true; \
|
||||
fi
|
||||
|
||||
# Building GCC uses some tools for rebuilding "source" files
|
||||
# like texinfo, bison/byacc, etc. So we must depend on those.
|
||||
#
|
||||
@ -1294,13 +1283,13 @@ all-bootstrap:
|
||||
# In theory, on an SMP all those dependencies can be resolved
|
||||
# in parallel.
|
||||
#
|
||||
.PHONY: bootstrap
|
||||
bootstrap: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
|
||||
.PHONY: bootstrap bootstrap2 bootstrap3
|
||||
bootstrap bootstrap2 bootstrap3: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
|
||||
@r=`pwd`; export r; \
|
||||
s=`cd $(srcdir); pwd`; export s; \
|
||||
$(SET_LIB_PATH) \
|
||||
echo "Bootstrapping the compiler with -O2 -g"; \
|
||||
cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) BOOT_CFLAGS="-O2 -g" bootstrap
|
||||
cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) BOOT_CFLAGS="-O2 -g" $@
|
||||
@r=`pwd`; export r; \
|
||||
s=`cd $(srcdir); pwd`; export s; \
|
||||
$(SET_LIB_PATH) \
|
||||
@ -1378,7 +1367,6 @@ all-gash: all-tcl
|
||||
all-gawk:
|
||||
ALL_GCC = all-gcc
|
||||
all-gcc: all-bison all-byacc all-binutils all-gas all-ld
|
||||
all-bootstrap: all-libiberty all-bison all-byacc all-binutils all-gas all-ld
|
||||
GDB_TK = all-tk all-tcl all-itcl all-tix
|
||||
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
|
||||
all-gnuserv:
|
||||
|
Loading…
Reference in New Issue
Block a user