Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@redhat.com>2000-05-11 06:28:06 +0400
committerJim Wilson <wilson@redhat.com>2000-05-11 06:28:06 +0400
commitec463fc7a3603e52307cdce05f71beef6b29db17 (patch)
treea90b11bf396f3a1f24058e1867657a68b73ebd63 /newlib/configure.host
parentf35ceefaf0fcb9c78fd935e7e9c2aef1e96c79d0 (diff)
Add minimal ia64 support.
* libc/include/machine/ieeefp.h: Add ia64 support. * configure.host: Likewise.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index fcfaa5c9a..bfb252b83 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -101,6 +101,8 @@ case "${host_cpu}" in
;;
esac
;;
+ ia64*)
+ ;;
m32r*)
machine_dir=m32r
;;