mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-09 02:55:15 -05:00
devkitA64: allow external gcc config params
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user