devkitARM: allow external gcc config params

This commit is contained in:
Dave Murphy 2021-04-29 00:53:53 +01:00
parent e4cb9e3b2f
commit aacd4f8bf6

View File

@ -69,6 +69,7 @@ then
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 56" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
$EXTRA_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi