* emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.

* emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
This commit is contained in:
Jakub Jelinek
2004-01-05 09:53:31 +00:00
parent bb5dca17fb
commit 060feee54d
3 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,7 @@ NOP=0x07070707
TEMPLATE_NAME=elf32
GENERATE_SHLIB_SCRIPT=yes
GENERATE_PIE_SCRIPT=yes
NO_SMALL_DATA=yes
# Treat a host that matches the target with the possible exception of "x"
# in the name as if it were native.