diff options
author | Jim Wilson <wilson@redhat.com> | 2000-05-11 02:28:06 +0000 |
---|---|---|
committer | Jim Wilson <wilson@redhat.com> | 2000-05-11 02:28:06 +0000 |
commit | ec463fc7a3603e52307cdce05f71beef6b29db17 (patch) | |
tree | a90b11bf396f3a1f24058e1867657a68b73ebd63 /newlib/configure.host | |
parent | f35ceefaf0fcb9c78fd935e7e9c2aef1e96c79d0 (diff) | |
download | cygnal-ec463fc7a3603e52307cdce05f71beef6b29db17.tar.gz cygnal-ec463fc7a3603e52307cdce05f71beef6b29db17.tar.bz2 cygnal-ec463fc7a3603e52307cdce05f71beef6b29db17.zip |
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.host | 2 |
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 ;; |