diff options
author | Anthony Green <green@moxielogic.com> | 2003-06-10 15:32:27 +0000 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2003-06-10 15:32:27 +0000 |
commit | bfdfd7e60d367dd3cbc64c46d1f1ec9fe6b41652 (patch) | |
tree | 0097c82a1fe150cc05126c4c06e3fb940f5ed5b2 /newlib/configure.host | |
parent | dcbf037e2b1e80bc83f2555decc38a473f2becf1 (diff) | |
download | newlib-bfdfd7e60d367dd3cbc64c46d1f1ec9fe6b41652.zip newlib-bfdfd7e60d367dd3cbc64c46d1f1ec9fe6b41652.tar.gz newlib-bfdfd7e60d367dd3cbc64c46d1f1ec9fe6b41652.tar.bz2 |
Commit iq2000 port
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 3c6f24b..02118d8 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -131,6 +131,9 @@ case "${host_cpu}" in ;; ia64*) ;; + iq2000) + machine_dir=iq2000 + ;; m32r*) machine_dir=m32r ;; @@ -515,6 +518,10 @@ case "${host}" in i[34567]86-*-netware*) newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DNO_EXEC -DABORT_PROVIDED -DCLOCK_PROVIDED -DMALLOC_PROVIDED -DHAVE_FCNTL" ;; + iq2000*) + syscall_dir=syscalls + newlib_cflags="${newlib_cflags} -DWANT_PRINTF_LONG_LONG" + ;; m32r-*-*) # Pass -msdata=sdata so _impure_ptr goes in .sdata. # We don't generate sda relocs however for upward compatibility. |