<< SNIP >>


OK - here's what I did (building now):

case "%{l_platform -t}" in
 ix86*-sunos* )
     l_with_gnu_ld_as="${l_with_gnu_ld_as} --disable-multilib" ;;
 *-aix* )
   case `/usr/sbin/bootinfo -K` in
     32) l_with_gnu_ld_as="${l_with_gnu_ld_as} --disable-multilib" ;;
   esac
esac

If I could past the OpenPKG build on AIX 4.3.3 I could test this there.

OK - working on AIX 5.1 w/32-bit kernel.
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to