WSL2-Linux-Kernel/arch
Nathan Chancellor 9321f1aaf6 mips: Remove compiler check in unroll macro
CONFIG_CC_IS_GCC is undefined when Clang is used, which breaks the build
(see our Travis link below).

Clang 8 was chosen as a minimum version for this check because there
were some improvements around __builtin_constant_p in that release. In
reality, MIPS was not even buildable until clang 9 so that check was not
technically necessary. Just remove all compiler checks and just assume
that we have a working compiler.

Fixes: d4e6045326 ("Restore gcc check in mips asm/unroll.h")
Link: https://travis-ci.com/github/ClangBuiltLinux/continuous-integration/jobs/359642821
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-07-10 15:42:06 -07:00
..
alpha
arc
arm Raise gcc version requirement to 4.9 2020-07-08 10:48:35 -07:00
arm64 arm64 fixes for -rc5 2020-07-10 08:42:17 -07:00
c6x
csky
h8300
hexagon
ia64
m68k
microblaze
mips mips: Remove compiler check in unroll macro 2020-07-10 15:42:06 -07:00
nds32
nios2
openrisc
parisc
powerpc
riscv
s390 - Update email addresses in MAINTAINERS file and add .mailmap entries 2020-07-10 08:39:33 -07:00
sh
sparc
um
unicore32
x86 Two simple but important bugfixes. 2020-07-10 08:34:12 -07:00
xtensa
.gitignore
Kconfig