diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-30 20:25:11 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-30 20:25:11 +0000 |
commit | 67139a609a77e9c233ca4a0d069b53c1b10d148c (patch) | |
tree | fff7643ee054e3159a8bbd16a866ad28d057d12d /configure.in | |
parent | 0a11d091e014416e0fb1ab3bd7690bd075de6e86 (diff) | |
download | gcc-67139a609a77e9c233ca4a0d069b53c1b10d148c.tar.gz |
* config.sub: Add support for i[34567]86-pc-udk.
* configure.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22701 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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" ;; |