3 OUTPUT_FORMAT
="aixcoff64-rs6000"
8 # This script is called by genscripts.sh. genscripts does not produce the
9 # the correct lib search path for the aixppc64 because the default emulation
10 # is aixppc. Aix libs can have 32 bit and 64 bit objects in them so it is
11 # ok for both the aixppc and aixppc64 linkers to look at the same place.
12 # $libdir is defined in genscripts.sh before aixppc64.sh is sourced in
13 # so it will be valid.
14 LIB_PATH
="/lib:/usr/lib:$libdir:/usr/local/lib"