We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69dcbbd commit 454723bCopy full SHA for 454723b
tools/testing/selftests/rcutorture/bin/mkinitrd.sh
@@ -67,7 +67,10 @@ ___EOF___
67
# build using nolibc on supported archs (smaller executable) and fall
68
# back to regular glibc on other ones.
69
if echo -e "#if __x86_64__||__i386__||__i486__||__i586__||__i686__" \
70
- "||__ARM_EABI__||__aarch64__||__s390x__||__loongarch__\nyes\n#endif" \
+ "||__ARM_EABI__||__aarch64__||(__mips__ && _ABIO32)" \
71
+ "||__powerpc__||(__riscv && __riscv_xlen == 64)" \
72
+ "||__s390x__||__loongarch__" \
73
+ "\nyes\n#endif" \
74
| ${CROSS_COMPILE}gcc -E -nostdlib -xc - \
75
| grep -q '^yes'; then
76
# architecture supported by nolibc
0 commit comments