diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-18 19:53:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-18 19:53:59 +0000 |
commit | 6e18a3704a459a30a97329fc107c26a9ee6d734e (patch) | |
tree | d18b8dd46bc9936e6adc56da9ed9048d8e9c9502 /mk | |
parent | 0672d2bcee45c9d044bb7e55dc909455711ac886 (diff) | |
download | pkgsrc-6e18a3704a459a30a97329fc107c26a9ee6d734e.tar.gz |
Until there is evidence to the contrary, provide _COMPILER_ABI_FLAG on
all platforms.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/compiler/gcc.mk | 4 |
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}) |