Remove unsupported v850 compiler options
This commit is contained in:
parent
e24150c66b
commit
92b5754311
|
@ -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>
|
Fri Jan 5 19:57:00 EST 2001 Aaron J. Grier <aaron@frye.com>
|
||||||
|
|
||||||
* src/newlib/configure.host (*-*-rtems*): add printf long long
|
* src/newlib/configure.host (*-*-rtems*): add printf long long
|
||||||
|
|
|
@ -164,15 +164,15 @@ case "${host_cpu}" in
|
||||||
;;
|
;;
|
||||||
v850)
|
v850)
|
||||||
machine_dir=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)
|
v850e)
|
||||||
machine_dir=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 "
|
||||||
;;
|
;;
|
||||||
v850ea)
|
v850ea)
|
||||||
machine_dir=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 "
|
||||||
;;
|
;;
|
||||||
w65*)
|
w65*)
|
||||||
machine_dir=w65
|
machine_dir=w65
|
||||||
|
|
Loading…
Reference in New Issue