OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   19-Apr-2007 12:53:40
  Branch: HEAD                             Handle: 2007041911534000

  Modified files:
    openpkg-src/binutils    binutils.spec

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

  Summary:
    Revision    Changes     Path
    1.75        +2  -1      openpkg-src/binutils/binutils.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/binutils/binutils.spec
  ============================================================================
  $ cvs diff -u -r1.74 -r1.75 binutils.spec
  --- openpkg-src/binutils/binutils.spec        1 Jan 2007 17:36:48 -0000       
1.74
  +++ openpkg-src/binutils/binutils.spec        19 Apr 2007 10:53:40 -0000      
1.75
  @@ -33,7 +33,7 @@
   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 @@
           *-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" ;;
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to