From 6254283abf4cfaf10268fa2c04bacd44e8fb0ab2 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 16 Oct 2014 20:25:43 +0200 Subject: [PATCH] Makefile.inc1: Remove obsolete NO_FORTRAN definitions --- Makefile.inc1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 25de146b5c..3eba414ca5 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -274,8 +274,7 @@ TMAKEENV= MAKEOBJDIRPREFIX=${BTOOLSDEST} \ M4=${BTOOLSDEST}/usr/bin/m4 \ INSTALL="sh ${.CURDIR}/tools/install.sh" -TMAKE= ${TMAKEENV} make -f Makefile.inc1 -DBOOTSTRAPPING \ - -DNO_FORTRAN -DNOSHARED +TMAKE= ${TMAKEENV} make -f Makefile.inc1 -DBOOTSTRAPPING -DNOSHARED # cross-tool stage # @@ -294,7 +293,7 @@ XMAKEENV= MAKEOBJDIRPREFIX=${CTOOLSDEST} \ M4=${BTOOLSDEST}/usr/bin/m4 \ PATH=${BTOOLSPATH}:${PATH} -XMAKE= ${XMAKEENV} make -f Makefile.inc1 -DNO_FORTRAN -DNO_GDB \ +XMAKE= ${XMAKEENV} make -f Makefile.inc1 -DNO_GDB \ -DBOOTSTRAPPING -DNOSHARED # world stage, note the strict path and note that TOOLS_PREFIX is left -- 2.41.0