devkitPPC: allow external gcc config params

This commit is contained in:
Dave Murphy 2021-04-29 14:29:32 +01:00
parent 3673dced6d
commit 6e92980fd1

View File

@ -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