Remove WITHOUT_FORTRAN from the XMAKE target, it doesn't exist anymore.

Reviewed by:	imp, kan
Approved by:	rwatson (mentor)
MFC after:	3 days
This commit is contained in:
Christian Brueffer 2008-01-16 15:05:49 +00:00
parent 149e9017bd
commit 9074b90047
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175382

View File

@ -227,7 +227,7 @@ TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \
# cross-tools stage
XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
-DWITHOUT_FORTRAN -DWITHOUT_GDB
-DWITHOUT_GDB
# world stage
WMAKEENV= ${CROSSENV} \