summaryrefslogtreecommitdiff
path: root/lang/gcc48
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-09-06 16:29:19 +0000
committermaya <maya@pkgsrc.org>2016-09-06 16:29:19 +0000
commit2df8e3535334f410c465a73d5c7db02273b2867a (patch)
treec3d35147834ec493c1dce0f2f0cdd4eed5cbae34 /lang/gcc48
parentbf80a959ddaa9221148720524477fa978697fe75 (diff)
downloadpkgsrc-2df8e3535334f410c465a73d5c7db02273b2867a.tar.gz
gcc48: simplify comment in Makefile
Diffstat (limited to 'lang/gcc48')
-rw-r--r--lang/gcc48/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 89b598a5f7f..77fa05310a8 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2016/09/05 10:02:45 maya Exp $
+# $NetBSD: Makefile,v 1.28 2016/09/06 16:29:19 maya Exp $
GCC_PKGNAME= gcc48
.include "version.mk"
@@ -77,10 +77,7 @@ CONFIGURE_ARGS+= --enable-long-long
CONFIGURE_ARGS+= --with-local-prefix=${GCC_PREFIX:Q}
.if !empty(MACHINE_PLATFORM:MNetBSD-*-*)
-# [2016-09 maya] use the native SSP code in netbsd libc
-# including <stdio.h> and building with -D_FORTIFY_SOURCE fails because
-# ssp/stdio.h tries tp includes ssp.h, instead of ssp/ssp.h + other
-# failures, even if this is corrected.
+# use the native SSP code in netbsd libc
CONFIGURE_ARGS+= --disable-libssp
.else
CONFIGURE_ARGS+= --enable-libssp