From a1e1eb03dfc2131bc0caf369686a6ccc91d7507a Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Thu, 23 Jul 2015 17:00:27 -0700 Subject: Don't pass "--with-arch" by default I commited this too quickly last time and it's been breaking a whole bunch of stuff. Until I managed to get multilib working in a sane way, I'm just going to go ahead and turn it off by default. You can still pass "--with-arch", but doing so while also passing things like "--enable-multilib" or "--disable-atomics" might have unexpected results. --- configure | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index ac2e832..1b9a5ac 100755 --- a/configure +++ b/configure @@ -589,7 +589,7 @@ glibc_configure_flags float_asflags float_cflags atomic_cflags -ARCH +WITH_ARCH XLEN default_target FETCHER @@ -3153,11 +3153,7 @@ fi # Check whether --with-arch was given. if test "${with_arch+set}" = set; then : - withval=$with_arch; ARCH=$withval - -else - ARCH=IMAFD - + withval=$with_arch; WITH_ARCH=--with-arch=$withval fi -- cgit v1.1