diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-12-20 02:29:00 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-12-20 02:29:00 +0000 |
commit | d693ad844979b8f5596dde99a0cbec070af73683 (patch) | |
tree | 1b60e394a1807abc3c92bf9b0cbb88b3fdb157c4 /newlib/configure.host | |
parent | 3ace1da676318a591ee314b784f37661e52cfb75 (diff) | |
download | cygnal-d693ad844979b8f5596dde99a0cbec070af73683.tar.gz cygnal-d693ad844979b8f5596dde99a0cbec070af73683.tar.bz2 cygnal-d693ad844979b8f5596dde99a0cbec070af73683.zip |
2002-12-19 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Remove references to go32.
* libc/sys/go32/*: Removed.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 42efd76d5..3780366d6 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -113,7 +113,7 @@ case "${host_cpu}" in i[3456]86) # Don't use for these since they provide their own setjmp. case ${host} in - *-*-go32 | *-*-sco* | *-*-cygwin*) + *-*-sco* | *-*-cygwin*) libm_machine_dir=i386 machine_dir=i386 ;; @@ -323,9 +323,6 @@ case "${host}" in h8500-*-elf*) sys_dir=h8500hms ;; - i[3456]86-*-go32) - sys_dir=go32 - ;; i[3456]86-*-sco*) sys_dir=sysvi386 unix_dir=unix @@ -496,9 +493,6 @@ case "${host}" in i[3456]86-*-netware*) newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DNO_EXEC -DABORT_PROVIDED -DCLOCK_PROVIDED -DMALLOC_PROVIDED -DHAVE_FCNTL" ;; - i[3456]86-*-go32) - newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DNO_EXEC -DHAVE_FCNTL" - ;; m32r-*-*) # Pass -msdata=sdata so _impure_ptr goes in .sdata. # We don't generate sda relocs however for upward compatibility. |