pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc3 Disable aix64 when building gcc on AIX. It ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddc724d432a5
branches:  trunk
changeset: 490180:ddc724d432a5
user:      garbled <garbled%pkgsrc.org@localhost>
date:      Sat Mar 05 01:19:30 2005 +0000

description:
Disable aix64 when building gcc on AIX.  It seems to cause wierd
problems.  I don't think gcc works properly on that target yet.

diffstat:

 lang/gcc3/Makefile.common |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r e4bf66473744 -r ddc724d432a5 lang/gcc3/Makefile.common
--- a/lang/gcc3/Makefile.common Sat Mar 05 00:12:10 2005 +0000
+++ b/lang/gcc3/Makefile.common Sat Mar 05 01:19:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2005/01/21 15:08:14 drochner Exp $
+# $NetBSD: Makefile.common,v 1.15 2005/03/05 01:19:30 garbled Exp $
 
 GCC_VERSION=   3.3.5
 DISTNAME=      gcc-${GCC_VERSION}
@@ -60,6 +60,10 @@
 CONFIGURE_ARGS+=       --host=${GCC_PLATFORM}
 PLIST_SUBST+=          GCC_PLATFORM=${GCC_PLATFORM}
 
+.if ${OPSYS} == "AIX"
+CONFIGURE_ARGS+=    --disable-aix64
+.endif
+
 .if ${OPSYS} == "NetBSD"
 .  if !defined(USE_BINUTILS)
 AS_PATH:=   ${AS}



Home | Main Index | Thread Index | Old Index