@@ -79,16 +79,10 @@ if test x$enable_linux_futex = xyes; then
esac
;;
- # Similar jiggery-pokery for x86_64 multilibs, except here we
- # can't rely on the --with-arch configure option, since that
- # applies to the 64-bit side.
x86_64-*-linux*)
config_path="linux/x86 linux posix"
- case " ${CC} ${CFLAGS} " in
- *" -m32 "*)
- XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
- ;;
- esac
+ # Since 64-bit arch > i486, we can use the same -march= to build
+ # both 32-bit and 64-bit target libraries.
;;
# Note that sparcv7 and sparcv8 is not included here. We need cas.