summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRobert Lipe <robertl@dgii.com>1998-09-30 20:25:11 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1998-09-30 20:25:11 +0000
commit73a6d2e7975b21f4c81e00cc9e23415efb3ff316 (patch)
treefff7643ee054e3159a8bbd16a866ad28d057d12d /configure.in
parent4f01de5c338401cf3ab2eabcc34feec280ef8f1a (diff)
downloadgcc-73a6d2e7975b21f4c81e00cc9e23415efb3ff316.tar.gz
config.sub: Add support for i[34567]86-pc-udk.
* config.sub: Add support for i[34567]86-pc-udk. * configure.in: Likewise. From-SVN: r22701
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d3c66804489..7d740fea9d9 100644
--- a/configure.in
+++ b/configure.in
@@ -164,6 +164,9 @@ case "${host}" in
i[3456]86-*-sco*)
host_makefile_frag="${host_makefile_frag} config/mh-sco"
;;
+ i[3456]86-*-udk*)
+ host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
+ ;;
i[3456]86-*-isc*)
host_makefile_frag="${host_makefile_frag} config/mh-sysv"
;;