summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
authorjoerg <joerg>2015-04-18 19:53:59 +0000
committerjoerg <joerg>2015-04-18 19:53:59 +0000
commitd091a96dcea20c739a4e70d76b3b1d76fa1a5f52 (patch)
treed18b8dd46bc9936e6adc56da9ed9048d8e9c9502 /mk/compiler
parenta7d34e3174f3fc99a0f649afcbbde11f21dfcb71 (diff)
downloadpkgsrc-d091a96dcea20c739a4e70d76b3b1d76fa1a5f52.tar.gz
Until there is evidence to the contrary, provide _COMPILER_ABI_FLAG on
all platforms.
Diffstat (limited to 'mk/compiler')
-rw-r--r--mk/compiler/gcc.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk
index eb7b925dd17..209a68d2610 100644
--- a/mk/compiler/gcc.mk
+++ b/mk/compiler/gcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.158 2015/04/02 23:50:25 jperkin Exp $
+# $NetBSD: gcc.mk,v 1.159 2015/04/18 19:53:59 joerg Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -786,10 +786,8 @@ _COMPILER_STRIP_VARS+= ${_GCC_VARS}
IMAKEOPTS+= -DHasGcc2=YES -DHasGcc2ForCplusplus=YES
.endif
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
_COMPILER_ABI_FLAG.32= -m32
_COMPILER_ABI_FLAG.64= -m64
-.endif
.if !empty(_USE_PKGSRC_GCC:M[yY][eE][sS])
. if exists(${CCPATH})