diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 9 |
2 files changed, 5 insertions, 8 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1d13136..9d08c19 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-06-20 H.J. Lu <hongjiu.lu@intel.com> + + * configure.tgt: Revert x32 change. + 2011-06-20 Nick Clifton <nickc@redhat.com> * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi. diff --git a/gas/configure.tgt b/gas/configure.tgt index 7f7f611..a171a32 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -81,14 +81,7 @@ case ${cpu} in sparclite*) cpu_type=sparc arch=sparclite ;; sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c. v850*) cpu_type=v850 ;; - x86_64*) - cpu_type=i386 - if [ x"$vendor" = xx32 ]; then - arch=x86_64:32 - else - arch=x86_64 - fi - ;; + x86_64*) cpu_type=i386 arch=x86_64;; xtensa*) cpu_type=xtensa arch=xtensa ;; *) cpu_type=${cpu} ;; esac |