From 9074b90047bc5c724c4047d461b96709b815212f Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Wed, 16 Jan 2008 15:05:49 +0000 Subject: [PATCH] Remove WITHOUT_FORTRAN from the XMAKE target, it doesn't exist anymore. Reviewed by: imp, kan Approved by: rwatson (mentor) MFC after: 3 days --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 13650969765e..27229da38c30 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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} \