mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-31 06:15:03 -05:00
remove unneeded hack
This commit is contained in:
parent
b71c02aa57
commit
9440b706e2
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user