diff options
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index cb387e431..2fbb64c26 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -206,11 +206,7 @@ case "${host_cpu}" in ;; v850e) machine_dir=v850 - newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mv850 " - ;; - v850ea) - machine_dir=v850 - newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mv850 " + newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED " ;; w65*) machine_dir=w65 |