3 OUTPUT_FORMAT
="elf64-s390"
5 TEXT_START_ADDR
=0x1000000
6 MAXPAGESIZE
="CONSTANT (MAXPAGESIZE)"
7 COMMONPAGESIZE
="CONSTANT (COMMONPAGESIZE)"
12 GENERATE_SHLIB_SCRIPT
=yes
13 GENERATE_PIE_SCRIPT
=yes
14 GENERATE_RELRO_SCRIPT
=yes
19 test -z "$RELRO" && unset SEPARATE_GOTPLT
20 SYMBOL_ABI_ALIGNMENT
=2
22 # Treat a host that matches the target with the possible exception of "x"
23 # in the name as if it were native.
24 if test `echo "$host" | sed -e s/390x/390/` \
25 = `echo "$target" | sed -e s/390x/390/`; then
26 case " $EMULATION_LIBPATH " in
27 *" ${EMULATION_NAME} "*)
32 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first
36 case "$EMULATION_NAME" in