From d9afcd80fc3feb83684c530adc7413e5ed17cf98 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 2 Dec 2018 23:28:02 -0800 Subject: Warn if architecture is empty on x86/32bit as that defaults to i386, which will fail with glibc (and likely other libcs). Fixes #617. Signed-off-by: Alexey Neyman --- config/target.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/target.in') diff --git a/config/target.in b/config/target.in index 03ecb6b1..34d93695 100644 --- a/config/target.in +++ b/config/target.in @@ -268,7 +268,9 @@ config ARCH_ARCH target CPU. Leave blank if you don't know, or if your target architecture does not - offer this option. + offer this option. Must be specified for 32-bit x86 that uses some + C library (glibc, uClibc-ng, ...) - the default, "i386" is not supported + by these libraries. config ARCH_ABI string -- cgit v1.2.3