summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2008-01-16 15:05:49 +0000
committerbrueffer <brueffer@FreeBSD.org>2008-01-16 15:05:49 +0000
commit3d6e2998f35479791a322b39cb47193f778cf288 (patch)
tree88052eff608cc2d18cc36d8f24b80a7dee28d478 /Makefile.inc1
parent339d7dbc077cb1de0501ede1373f3720a66ea644 (diff)
downloadFreeBSD-src-3d6e2998f35479791a322b39cb47193f778cf288.zip
FreeBSD-src-3d6e2998f35479791a322b39cb47193f778cf288.tar.gz
Remove WITHOUT_FORTRAN from the XMAKE target, it doesn't exist anymore.
Reviewed by: imp, kan Approved by: rwatson (mentor) MFC after: 3 days
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
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} \
OpenPOWER on IntegriCloud