diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-02-22 17:57:35 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-02-22 17:57:35 +0000 |
commit | 3dcd9356fa2455acbd3c7d3ec48661b78c11671d (patch) | |
tree | 876b9974afcb9a36616223f064e7b3c2aa35862b /gas | |
parent | 6b8929a172e10e0709e101a6d4d23acd63616039 (diff) | |
download | gdb-3dcd9356fa2455acbd3c7d3ec48661b78c11671d.zip gdb-3dcd9356fa2455acbd3c7d3ec48661b78c11671d.tar.gz gdb-3dcd9356fa2455acbd3c7d3ec48661b78c11671d.tar.bz2 |
Should've got checked in with i386-mach3 config changes.
(Already in change log.)
Diffstat (limited to 'gas')
-rw-r--r-- | gas/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 0c3dbac..0233743 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -50,6 +50,7 @@ case "${host}" in i[34]86-ibm-aix*) gas_host=i386aix ;; i[34]86-*-isc*) gas_host=sysv ;; i386-sun-sunos*) gas_host=sun386 ;; + i386-*-mach3*) gas_host=mach3 ;; m68k-sun-sunos*) gas_host=sun3 ;; m68*-*-hpux) gas_host=hpux ;; |