diff options
author | Bill Cox <bill@cygnus> | 1994-04-19 19:14:15 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-04-19 19:14:15 +0000 |
commit | 9ad75873fa33abe698754cde8da2056b548f28ce (patch) | |
tree | 68b1379263337a3702be43b384e397a75cc5b8f3 | |
parent | d782a99583efc215afee68594c0edfe869841dcd (diff) | |
download | gdb-9ad75873fa33abe698754cde8da2056b548f28ce.zip gdb-9ad75873fa33abe698754cde8da2056b548f28ce.tar.gz gdb-9ad75873fa33abe698754cde8da2056b548f28ce.tar.bz2 |
* configure.in: Add recognition of i[34]86-*-bsd386.
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 90b1377..83f96e2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 19 12:12:15 1994 Bill Cox (bill@rtl.cygnus.com) + + * configure.in: Add i[34]86-*-bsd386 to the patterns recognized. + Fri Apr 15 14:35:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * ldlang.c (lang_size_sections): When relaxing, adjust the diff --git a/ld/configure.in b/ld/configure.in index a7c91bb..b657e8e 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -62,6 +62,7 @@ case "${targ}" in i[34]86-*-lynxos*) ld_target=i386-lynx ;; i[34]86-*-coff) ld_target=i386-coff ;; i[34]86-*-bsd) ld_target=i386-bsd ;; + i[34]86-*-bsd386) ld_target=i386-bsd ;; i[34]86-*-aout) ld_target=i386-aout ;; i[34]86-*-linux) ld_target=i386-linux ;; i[34]86-*-sysv4*) ld_target=i386-elf ;; |