mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-13 21:54:32 -05:00
*** empty log message ***
This commit is contained in:
@@ -45,6 +45,8 @@ cd $target/gcc
|
||||
--prefix=$prefix \
|
||||
|| { echo "Error configuring gcc"; exit 1; }
|
||||
|
||||
mkdir -p libiberty libcpp fixincludes
|
||||
|
||||
$MAKE all-gcc || { echo "Error building gcc"; exit 1; }
|
||||
$MAKE install-gcc || { echo "Error installing gcc"; exit 1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user