From 3d6e2998f35479791a322b39cb47193f778cf288 Mon Sep 17 00:00:00 2001 From: brueffer Date: Wed, 16 Jan 2008 15:05:49 +0000 Subject: 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(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 1365096..27229da 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} \ -- cgit v1.1