From e9a808b067d2d33f4152f32ad57eb3017067463b Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 30 Sep 1998 20:25:11 +0000 Subject: * config.sub: Add support for i[34567]86-pc-udk. * configure.in: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@22701 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') 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" ;; -- cgit v1.2.3