devkitA64: allow external gcc config params

This commit is contained in:
Dave Murphy 2021-04-28 11:46:43 +01:00
parent dc5b7bb5a6
commit 0f4422c92c

View File

@ -69,6 +69,7 @@ then
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 17" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
$EXTRA_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi