* configure.in (cpu_type, arch): Match i386 too.
* configure: Rebuilt.
This commit is contained in:
parent
a5377ec020
commit
81c425d115
@ -1,3 +1,8 @@
|
||||
2001-01-18 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure.in (cpu_type, arch): Match i386 too.
|
||||
* configure: Rebuilt.
|
||||
|
||||
2001-01-16 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* config/tc-i386.c: Fix formatting.
|
||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -2263,7 +2263,7 @@ for this_target in $target $canon_targets ; do
|
||||
strongarm*) cpu_type=arm endian=little ;;
|
||||
thumb*) cpu_type=arm endian=little ;;
|
||||
hppa*) cpu_type=hppa ;;
|
||||
i[456]86) cpu_type=i386 arch=i386;;
|
||||
i[3456]86) cpu_type=i386 arch=i386;;
|
||||
x86_64) cpu_type=i386 arch=x86_64;;
|
||||
ia64) cpu_type=ia64 ;;
|
||||
m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
|
||||
|
@ -122,7 +122,7 @@ changequote([,])dnl
|
||||
thumb*) cpu_type=arm endian=little ;;
|
||||
hppa*) cpu_type=hppa ;;
|
||||
changequote(,)dnl
|
||||
i[456]86) cpu_type=i386 arch=i386;;
|
||||
i[3456]86) cpu_type=i386 arch=i386;;
|
||||
x86_64) cpu_type=i386 arch=x86_64;;
|
||||
ia64) cpu_type=ia64 ;;
|
||||
m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user