Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-01-09 22:30:13 +0300
committerNick Clifton <nickc@redhat.com>2001-01-09 22:30:13 +0300
commit92b5754311c39f791ecf27b69bb52f96fb0dc9ea (patch)
treeb8119611993621d54844b087e84dfed80aa1131d /newlib
parente24150c66b3566137d760299a9bc089dffc8c78f (diff)
Remove unsupported v850 compiler options
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/configure.host6
2 files changed, 7 insertions, 3 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 9d5df3743..f854522a2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-09 Nick Clifton <nickc@redhat.com>
+
+ * configure.host (v859): Remove unsupported compiler options.
+
Fri Jan 5 19:57:00 EST 2001 Aaron J. Grier <aaron@frye.com>
* src/newlib/configure.host (*-*-rtems*): add printf long long
diff --git a/newlib/configure.host b/newlib/configure.host
index 0d832e591..aba941e82 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -164,15 +164,15 @@ case "${host_cpu}" in
;;
v850)
machine_dir=v850
- newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mv850 -mno-app-regs -msmall-sld"
+ newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mv850 "
;;
v850e)
machine_dir=v850
- newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mv850 -mno-app-regs -msmall-sld"
+ newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mv850 "
;;
v850ea)
machine_dir=v850
- newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mv850 -mno-app-regs -msmall-sld"
+ newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mv850 "
;;
w65*)
machine_dir=w65