Define PREFER_SIZE_OVER_SPEED for xStormy16 target

This commit is contained in:
Nick Clifton 2004-07-07 08:15:26 +00:00
parent 2bc257e360
commit 578a35608f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-07-07 Nick Clifton <nickc@redhat.com>
* configure.host (newlib_cflags): Define PREFER_SIZE_OVER_SPEED
for xStormy16.
2004-07-06 Chris Demetriou <cgd@broadcom.com>
* configure.host (mips*-*-elf*): Default long long printing

View File

@ -222,6 +222,7 @@ case "${host_cpu}" in
xstormy16)
machine_dir=xstormy16
newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED"
newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED"
;;
z8k)
machine_dir=z8k