From 2954bf4b6d27d4872ce5c9fb865c4d4bd9e582f5 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 2 Feb 2020 21:19:25 -0500 Subject: [PATCH] remove --disable-multilib from config.mak.dist example this is now mandatory and always passed to configure --- config.mak.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/config.mak.dist b/config.mak.dist index 2fd5579..250543f 100644 --- a/config.mak.dist +++ b/config.mak.dist @@ -63,7 +63,6 @@ # COMMON_CONFIG += --disable-nls # GCC_CONFIG += --enable-languages=c,c++ # GCC_CONFIG += --disable-libquadmath --disable-decimal-float -# GCC_CONFIG += --disable-multilib # You can keep the local build path out of your toolchain binaries and # target libraries with the following, but then gdb needs to be told