summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-07-07 08:15:26 +0000
committerNick Clifton <nickc@redhat.com>2004-07-07 08:15:26 +0000
commit578a35608f7bf1737e7b267e73f9410ae8617420 (patch)
treec6bb3902e08bc5d865191b8ca9f6cbd9dfd8208a
parent2bc257e360eca2cbb95d337961f7cbee29451141 (diff)
downloadcygnal-578a35608f7bf1737e7b267e73f9410ae8617420.tar.gz
cygnal-578a35608f7bf1737e7b267e73f9410ae8617420.tar.bz2
cygnal-578a35608f7bf1737e7b267e73f9410ae8617420.zip
Define PREFER_SIZE_OVER_SPEED for xStormy16 target
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/configure.host1
2 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 8f18dd1c4..c2e873574 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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
diff --git a/newlib/configure.host b/newlib/configure.host
index bfa717069..909491e7b 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -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