From ade78dba78cd284ca34c045657f4f549da99993f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 20 Jun 2011 13:23:22 +0000 Subject: Revert x86_64-x32-* change. gas/ 2011-06-20 H.J. Lu * configure.tgt: Revert x32 change. ld/ 2011-06-20 H.J. Lu * configure.tgt: Revert x32 change. ld/testsuite/ 2011-06-20 H.J. Lu * ld-elf/eh1.d: Revert x32 change. * ld-elf/eh2.d: Likewise. * ld-elf/eh3.d: Likewise. * ld-elf/eh4.d: Likewise. --- gas/configure.tgt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'gas/configure.tgt') 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 -- cgit v1.1