Add MMIX support
[deliverable/binutils-gdb.git] / ld / emulparams / aixppc64.sh
1 TEMPLATE_NAME=aix
2 SCRIPT_NAME=aix
3 OUTPUT_FORMAT="aixcoff64-rs6000"
4 ARCH=powerpc
5 SYSCALL_MASK=0xcc
6 SYMBOL_MODE_MASK=0x0e
7 #
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"
This page took 0.029711 seconds and 4 git commands to generate.