|
@@ -227,7 +227,7 @@ if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then
|
|
fi
|
|
fi
|
|
|
|
|
|
if grep -q ^BR2_HOSTARCH_NEEDS_IA32_COMPILER=y $BR2_CONFIG ; then
|
|
if grep -q ^BR2_HOSTARCH_NEEDS_IA32_COMPILER=y $BR2_CONFIG ; then
|
|
- if ! echo "int main(void) {}" | gcc -m32 -x c - -o /dev/null ; then
|
|
|
|
|
|
+ if ! echo "int main(void) {}" | gcc -m32 -x c - -o /dev/null 2>/dev/null; then
|
|
echo
|
|
echo
|
|
echo "Your Buildroot configuration needs a compiler capable of building 32 bits binaries."
|
|
echo "Your Buildroot configuration needs a compiler capable of building 32 bits binaries."
|
|
echo "If you're running a Debian/Ubuntu distribution, install the gcc-multilib package."
|
|
echo "If you're running a Debian/Ubuntu distribution, install the gcc-multilib package."
|