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