diff --git a/dkppc/scripts/build-gcc.sh b/dkppc/scripts/build-gcc.sh index 35652e8..c9046f5 100755 --- a/dkppc/scripts/build-gcc.sh +++ b/dkppc/scripts/build-gcc.sh @@ -103,6 +103,7 @@ then --with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 39" \ $CROSS_PARAMS \ $CROSS_GCC_PARAMS \ + $EXTRA_GCC_PARAMS \ CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \ || { echo "Error configuring gcc stage 1"; exit 1; } touch configured-gcc