summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2011-06-29 02:05:24 +0000
committermrg <mrg@NetBSD.org>2011-06-29 02:05:24 +0000
commitc780906d088af5b04a754f73d65dc40efe676179 (patch)
tree85931c4aadefb84ad87eb7da609471ae6e70fe9f /Makefile
parentaaad3653a005e277b8388e6499fc5a893fcf3e91 (diff)
re-enable the gcc 4.5 crtstuff/libgcc builders now that they work.
also build the gmp, mpfr and mpc libraries in this case.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 86bac63d198..ef51ed67d61 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.285 2011/06/22 05:13:20 mrg Exp $
+# $NetBSD: Makefile,v 1.286 2011/06/29 02:05:24 mrg Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -412,12 +412,10 @@ do-${targ}: .PHONY ${targ}
.endfor
.if defined(HAVE_GCC)
-. if ${HAVE_GCC} != 45 # XXX for now
.if ${USE_COMPILERCRTSTUFF} == "yes"
BUILD_CC_LIB= ${BUILD_CC_LIB_BASEDIR}/crtstuff${LIBGCC_EXT}
.endif
BUILD_CC_LIB+= ${BUILD_CC_LIB_BASEDIR}/libgcc${LIBGCC_EXT}
-. endif
.elif defined(HAVE_PCC)
BUILD_CC_LIB+= external/bsd/pcc/crtstuff
BUILD_CC_LIB+= external/bsd/pcc/libpcc
@@ -448,26 +446,22 @@ do-tools-obj: .PHONY .MAKE
do-libgcc: .PHONY .MAKE
.if defined(HAVE_GCC)
-. if ${HAVE_GCC} != 45 # XXX for now
.if ${MKGCC} != "no"
.if ${USE_COMPILERCRTSTUFF} == "yes"
${MAKEDIRTARGET} . do-${BUILD_CC_LIB_BASETARGET}-crtstuff${LIBGCC_EXT}
.endif
${MAKEDIRTARGET} . do-${BUILD_CC_LIB_BASETARGET}-libgcc${LIBGCC_EXT}
.endif
-. endif
.endif
do-compat-libgcc: .PHONY .MAKE
.if defined(HAVE_GCC)
-. if ${HAVE_GCC} != 45 # XXX for now
.if ${MKGCC} != "no"
.if ${USE_COMPILERCRTSTUFF} == "yes"
${MAKEDIRTARGET} . do-compat-${BUILD_CC_LIB_BASETARGET}-crtstuff${LIBGCC_EXT}
.endif
${MAKEDIRTARGET} . do-compat-${BUILD_CC_LIB_BASETARGET}-libgcc${LIBGCC_EXT}
.endif
-. endif
.endif
do-libpcc: .PHONY .MAKE