3 OUTPUT_FORMAT
="elf64-s390"
4 TEXT_START_ADDR
=0x80000000
6 NONPAGED_TEXT_START_ADDR
=0x80000000
11 GENERATE_SHLIB_SCRIPT
=yes
13 # Treat a host that matches the target with the possible exception of "x"
14 # in the name as if it were native.
15 if test `echo "$host" | sed -e s/390x/390/` \
16 = `echo "$target" | sed -e s/390x/390/`; then
17 case " $EMULATION_LIBPATH " in
18 *" ${EMULATION_NAME} "*)
20 for lib
in ${NATIVE_LIB_DIRS}; do
23 *) LIB_PATH
=${LIB_PATH}:${lib} ;;
32 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first
34 if [ -n "$suffix" ]; then
35 case "$EMULATION_NAME" in
37 LIB_PATH
=`echo ${LIB_PATH}: | sed -e s,:,$suffix:,g`$LIB_PATH ;;