diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-05-30 21:47:40 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-05-30 21:47:40 +0000 |
commit | 102861c9a6bf740801e08939a975ab97c9ede26c (patch) | |
tree | defe20533b49a436d57e09b1f7fea8a941a70b27 /newlib/configure.host | |
parent | ad767835c919d73202271483dfba2b185e2219ed (diff) | |
download | cygnal-102861c9a6bf740801e08939a975ab97c9ede26c.tar.gz cygnal-102861c9a6bf740801e08939a975ab97c9ede26c.tar.bz2 cygnal-102861c9a6bf740801e08939a975ab97c9ede26c.zip |
2003-05-30 Kelley Cook <kelleycook@wideopenwest.com>
* configure.host: Allow i[34567]86 variant.
* configure.in: Likewise.
* README: Likewise to the docs.
* configure: Regenerated.
* Makefile.in: Ditto.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 172baa754..3c6f24b08 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -115,7 +115,7 @@ case "${host_cpu}" in i960) machine_dir=i960 ;; - i[3456]86) + i[34567]86) # Don't use for these since they provide their own setjmp. case ${host} in *-*-sco* | *-*-cygwin*) @@ -242,7 +242,7 @@ fi if [ "x${newlib_mb}" = "x" ]; then case "${host}" in - i[3456]86-pc-linux-*|*-*-cygwin*) + i[34567]86-pc-linux-*|*-*-cygwin*) newlib_mb=yes ;; esac @@ -269,7 +269,7 @@ fi # support shared libraries. This is because it adds executable tests which # we don't want for most embedded platforms. case "${host}" in - i[3456]86-pc-linux-*) + i[34567]86-pc-linux-*) use_libtool=yes have_sys_mach_dir=yes stdio64_dir=stdio64 @@ -334,11 +334,11 @@ case "${host}" in h8500-*-elf*) sys_dir=h8500hms ;; - i[3456]86-*-sco*) + i[34567]86-*-sco*) sys_dir=sysvi386 unix_dir=unix ;; - i[3456]86-pc-linux-*) + i[34567]86-pc-linux-*) sys_dir=linux unix_dir=unix posix_dir=posix @@ -509,10 +509,10 @@ case "${host}" in syscall_dir=syscalls newlib_cflags="${newlib_cflags} -DSMALL_DTOA -DSMALL_MEMORY" ;; - i[3456]86-*-sco*) + i[34567]86-*-sco*) newlib_cflags="${newlib_cflags} -DSIGNAL_PROVIDED -DHAVE_FCNTL" ;; - i[3456]86-*-netware*) + i[34567]86-*-netware*) newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DNO_EXEC -DABORT_PROVIDED -DCLOCK_PROVIDED -DMALLOC_PROVIDED -DHAVE_FCNTL" ;; m32r-*-*) |