Define PREFER_SIZE_OVER_SPEED for xStormy16 target
This commit is contained in:
parent
2bc257e360
commit
578a35608f
|
@ -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>
|
2004-07-06 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* configure.host (mips*-*-elf*): Default long long printing
|
* configure.host (mips*-*-elf*): Default long long printing
|
||||||
|
|
|
@ -222,6 +222,7 @@ case "${host_cpu}" in
|
||||||
xstormy16)
|
xstormy16)
|
||||||
machine_dir=xstormy16
|
machine_dir=xstormy16
|
||||||
newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED"
|
newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED"
|
||||||
|
newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED"
|
||||||
;;
|
;;
|
||||||
z8k)
|
z8k)
|
||||||
machine_dir=z8k
|
machine_dir=z8k
|
||||||
|
|
Loading…
Reference in New Issue