We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ed1787 + 68a0620 commit b5cd7a7Copy full SHA for b5cd7a7
scripts/003-newlib-1.10.0.sh
@@ -35,4 +35,4 @@ mkdir build-$TARGET && cd build-$TARGET || { exit 1; }
35
../configure --prefix="$PS2DEV/$TARGET" --target="$TARGET" || { exit 1; }
36
37
## Compile and install.
38
-make clean && make -j $PROC_NR && make install && make clean || { exit 1; }
+make clean && CPPFLAGS="-G0" make -j $PROC_NR && make install && make clean || { exit 1; }
0 commit comments