sh allmodconfig Fails

From: Nick Krause
Date: Mon Jul 07 2014 - 23:17:30 EST


Hey Kirill and other maintainers ,
When building sh allmodconfig I hit errors in a file you guys maintain.
I will paste below this log the issues with the build and their respective
errors.
Cheers Nick :)
<stdin>:1:0: error: cannot use atomic model soft-imask in user mode
<stdin>:1:0: error: cannot use atomic model soft-imask in user mode
./scripts/gcc-version.sh: line 31: printf: #: invalid number
./scripts/gcc-version.sh: line 31: printf: #: invalid number
<stdin>:1:0: error: cannot use atomic model soft-imask in user mode
<stdin>:1:0: error: cannot use atomic model soft-imask in user mode
./scripts/gcc-version.sh: line 31: printf: #: invalid number
./scripts/gcc-version.sh: line 31: printf: #: invalid number
/bin/sh: 1: [: 0001: unexpected operator
CHK include/generated/utsrelease.h
HOSTCC scripts/genksyms/genksyms.o
CC scripts/mod/empty.o
scripts/mod/empty.c:1:0: error: cannot use atomic model soft-imask in user mode
/* empty file to figure out endianness / word size */
^
make[2]: *** [scripts/mod/empty.o] Error 1
make[1]: *** [scripts/mod] Error 2
make[1]: *** Waiting for unfinished jobs....
HOSTCC scripts/genksyms/lex.lex.o
HOSTCC scripts/genksyms/parse.tab.o
make[1]: `include/generated/machtypes.h' is up to date.
HOSTLD scripts/genksyms/genksyms
CC kernel/bounds.s
kernel/bounds.c:1:0: error: cannot use atomic model soft-imask in user mode
/*
^
make[1]: *** [kernel/bounds.s] Error 1
make: *** [prepare0] Error 2
make: *** Waiting for unfinished jobs....
make: *** [scripts] Error 2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/