pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/compiler Until there is evidence to the contrary, p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa0ad80949f6
branches:  trunk
changeset: 650133:fa0ad80949f6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Apr 18 19:53:59 2015 +0000

description:
Until there is evidence to the contrary, provide _COMPILER_ABI_FLAG on
all platforms.

diffstat:

 mk/compiler/gcc.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3561deb01918 -r fa0ad80949f6 mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk        Sat Apr 18 18:27:16 2015 +0000
+++ b/mk/compiler/gcc.mk        Sat Apr 18 19:53:59 2015 +0000
@@ -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 @@
 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})



Home | Main Index | Thread Index | Old Index