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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   13-Oct-2006 08:33:26
  Branch: HEAD                             Handle: 2006101307332600

  Modified files:
    openpkg-src/gcc         gcc.spec

  Log:
    add preliminary AIX 32-bit support

  Summary:
    Revision    Changes     Path
    1.129       +6  -1      openpkg-src/gcc/gcc.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  ============================================================================
  $ cvs diff -u -r1.128 -r1.129 gcc.spec
  --- openpkg-src/gcc/gcc.spec  22 Jun 2006 08:30:27 -0000      1.128
  +++ openpkg-src/gcc/gcc.spec  13 Oct 2006 06:33:26 -0000      1.129
  @@ -37,7 +37,7 @@
   Group:        Compiler
   License:      GPL
   Version:      %{V_full}
  -Release:      20060622
  +Release:      20061013
   
   #   package options
   %option       with_cxx       yes
  @@ -130,6 +130,11 @@
       case "%{l_platform -t}" in
          ix86*-sunos* )
              l_with_gnu_ld_as="${l_with_gnu_ld_as} --disable-multilib" ;;
  +       *-aix* )
  +           if [ ".`/usr/sbin/bootinfo -K`" = .32 ]; then
  +               l_with_gnu_ld_as="${l_with_gnu_ld_as} --disable-multilib"
  +           fi
  +           ;;
       esac
   
       #   determine threads usage
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to