summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-04-18 19:53:59 +0000
committerjoerg <joerg@pkgsrc.org>2015-04-18 19:53:59 +0000
commit6e18a3704a459a30a97329fc107c26a9ee6d734e (patch)
treed18b8dd46bc9936e6adc56da9ed9048d8e9c9502
parent0672d2bcee45c9d044bb7e55dc909455711ac886 (diff)
downloadpkgsrc-6e18a3704a459a30a97329fc107c26a9ee6d734e.tar.gz
Until there is evidence to the contrary, provide _COMPILER_ABI_FLAG on
all platforms.
-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})