3 OUTPUT_FORMAT="elf64-x86-64"
4 TEXT_START_ADDR=0x400000
7 NONPAGED_TEXT_START_ADDR=0x400000
12 GENERATE_SHLIB_SCRIPT=yes
13 GENERATE_PIE_SCRIPT=yes
16 if [ "x${host}" = "x${target}" ]; then
17 case " $EMULATION_LIBPATH " in
18 *" ${EMULATION_NAME} "*)
23 # Linux modify the default library search path to first include
24 # a 64-bit specific directory.
27 case "$EMULATION_NAME" in
28 *64*) LIBPATH_SUFFIX=64 ;;