Bladeren bron

do not build as and ld on AIX; at least ld is well known not work; sponsored by BinckBank

Thomas Lotterer 18 jaren geleden
bovenliggende
commit
ced034d9c9
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      binutils/binutils.spec

+ 2 - 1
binutils/binutils.spec

@@ -33,7 +33,7 @@ Class:        CORE
 Group:        Compiler
 License:      GPL
 Version:      2.17
-Release:      20061117
+Release:      20070419
 
 #   list of sources
 Source0:      ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ -80,6 +80,7 @@ AutoReqProv:  no
         *-freebsd* ) CFLAGS="$CFLAGS -DOPENPKG_OS_FREEBSD" ;;
         *-linux*   ) CFLAGS="$CFLAGS -DOPENPKG_OS_LINUX"   ;;
         *-sunos*   ) CFLAGS="$CFLAGS -DOPENPKG_OS_SOLARIS" ;;
+        *-aix*     ) ARGS="$ARGS --without-gnu-as --without-gnu-ld" ;;
     esac
     case "%{l_platform -t}" in
         amd64-sunos* ) ARGS="$ARGS --enable-64-bit-bdf" ;;