mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-13 21:54:32 -05:00
remove unneeded hack
This commit is contained in:
@@ -57,11 +57,6 @@ then
|
||||
touch configured-gcc
|
||||
fi
|
||||
|
||||
|
||||
# hack to get around msys/mingw build problem
|
||||
|
||||
mkdir -p libiberty libcpp fixincludes
|
||||
|
||||
if [ ! -f built-gcc ]
|
||||
then
|
||||
$MAKE all-gcc || { echo "Error building gcc"; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user