The following changes avoid polluting global namespace with the
[deliverable/binutils-gdb.git] / ld / emulparams / aixppc64.sh
CommitLineData
3b1b01cf
TR
1TEMPLATE_NAME=aix
2SCRIPT_NAME=aix
3OUTPUT_FORMAT="aixcoff64-rs6000"
4ARCH=powerpc
5SYSCALL_MASK=0xcc
6SYMBOL_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.
14LIB_PATH="/lib:/usr/lib:$libdir:/usr/local/lib"
This page took 0.030524 seconds and 4 git commands to generate.