aboutsummaryrefslogtreecommitdiff
path: root/newlib/configure.host
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-07-31 16:21:20 +0000
committerNick Clifton <nickc@redhat.com>2003-07-31 16:21:20 +0000
commit0302dfe5099eeec04eb8457af04566bb36833408 (patch)
tree4da5b30f1bbd31496a668cc71b2ad6f4fe1e63a7 /newlib/configure.host
parent49c12c3f53071ab0bca5b700ee291537f823ba47 (diff)
downloadnewlib-0302dfe5099eeec04eb8457af04566bb36833408.zip
newlib-0302dfe5099eeec04eb8457af04566bb36833408.tar.gz
newlib-0302dfe5099eeec04eb8457af04566bb36833408.tar.bz2
Allocate 4 slots on stack before calling main, in case it saves its argument
registers. Remove reference to deleted v850ea port. Do not use -mv850 when building for v850e target. This prevents the ctbp system register from being initialised.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host6
1 files changed, 1 insertions, 5 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index cb387e4..2fbb64c 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