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
17 if [ "x${host}" = "x${target}" ]; then
18 case " $EMULATION_LIBPATH " in
19 *" ${EMULATION_NAME} "*)
24 # Linux modify the default library search path to first include
25 # a 64-bit specific directory.
28 case "$EMULATION_NAME" in
29 *64*) LIBPATH_SUFFIX
=64 ;;