Skip to content

Commit b5cd7a7

Browse files
authored
Merge pull request #41 from madebr/master
re-add -G0 compile flag
2 parents 5ed1787 + 68a0620 commit b5cd7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/003-newlib-1.10.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ mkdir build-$TARGET && cd build-$TARGET || { exit 1; }
3535
../configure --prefix="$PS2DEV/$TARGET" --target="$TARGET" || { exit 1; }
3636

3737
## Compile and install.
38-
make clean && make -j $PROC_NR && make install && make clean || { exit 1; }
38+
make clean && CPPFLAGS="-G0" make -j $PROC_NR && make install && make clean || { exit 1; }

0 commit comments

Comments
 (0)