summaryrefslogtreecommitdiffstats
path: root/newlib/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host8
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.