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 /newlib/configure.host | |
parent | e24150c66b3566137d760299a9bc089dffc8c78f (diff) | |
download | cygnal-92b5754311c39f791ecf27b69bb52f96fb0dc9ea.tar.gz cygnal-92b5754311c39f791ecf27b69bb52f96fb0dc9ea.tar.bz2 cygnal-92b5754311c39f791ecf27b69bb52f96fb0dc9ea.zip |
Remove unsupported v850 compiler options
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 6 |
1 files changed, 3 insertions, 3 deletions
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 |