diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-09 19:30:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-01-09 19:30:13 +0000 |
commit | 92b5754311c39f791ecf27b69bb52f96fb0dc9ea (patch) | |
tree | b8119611993621d54844b087e84dfed80aa1131d | |
parent | e24150c66b3566137d760299a9bc089dffc8c78f (diff) | |
download | cygnal-92b5754311c39f791ecf27b69bb52f96fb0dc9ea.tar.gz cygnal-92b5754311c39f791ecf27b69bb52f96fb0dc9ea.tar.bz2 cygnal-92b5754311c39f791ecf27b69bb52f96fb0dc9ea.zip |
Remove unsupported v850 compiler options
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/configure.host | 6 |
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 |