3 OUTPUT_FORMAT
="elf64-s390"
4 TEXT_START_ADDR
=0x80000000
7 NONPAGED_TEXT_START_ADDR
=0x80000000
12 GENERATE_SHLIB_SCRIPT
=yes
13 GENERATE_PIE_SCRIPT
=yes
16 # Treat a host that matches the target with the possible exception of "x"
17 # in the name as if it were native.
18 if test `echo "$host" | sed -e s/390x/390/` \
19 = `echo "$target" | sed -e s/390x/390/`; then
20 case " $EMULATION_LIBPATH " in
21 *" ${EMULATION_NAME} "*)
26 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first
30 case "$EMULATION_NAME" in