Remove unsupported v850 compiler options

This commit is contained in:
Nick Clifton 2001-01-09 19:30:13 +00:00
parent e24150c66b
commit 92b5754311
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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