Run the bootstrap-tools' and
cross-tools' stages with BOOTSTRAPPING
flag defined. This replaces the WORLD flag that got lost in revision 1.96.
This commit is contained in:
parent
74b6098af4
commit
a1e0e968b7
@ -179,8 +179,8 @@ CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \
|
||||
|
||||
# bootstrap-tool stage
|
||||
BMAKEENV= ${BOOTSTRAPENV}
|
||||
BMAKE= ${BMAKEENV} ${MAKE} -f Makefile.inc1 -DNOHTML -DNOINFO \
|
||||
-DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED
|
||||
BMAKE= ${BMAKEENV} ${MAKE} -f Makefile.inc1 -DBOOTSTRAPPING \
|
||||
-DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED
|
||||
|
||||
# build-tool stage
|
||||
TMAKEENV= MAKEOBJDIRPREFIX=${OBJTREE} \
|
||||
@ -191,9 +191,9 @@ TMAKE= ${TMAKEENV} ${MAKE} -f Makefile.inc1
|
||||
# cross-tool stage
|
||||
XMAKEENV= ${BOOTSTRAPENV} \
|
||||
TARGET_ARCH=${MACHINE_ARCH}
|
||||
XMAKE= ${XMAKEENV} ${MAKE} -f Makefile.inc1 -DNO_FORTRAN -DNO_GDB \
|
||||
-DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE \
|
||||
-DNOSHARED
|
||||
XMAKE= ${XMAKEENV} ${MAKE} -f Makefile.inc1 -DBOOTSTRAPPING \
|
||||
-DNO_FORTRAN -DNO_GDB -DNOHTML -DNOINFO -DNOMAN \
|
||||
-DNOPIC -DNOPROFILE -DNOSHARED
|
||||
|
||||
# world stage
|
||||
WMAKEENV= ${CROSSENV} \
|
||||
|
Loading…
Reference in New Issue
Block a user