mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
fix gcc build on macos 14.1
This commit is contained in:
@@ -19,6 +19,14 @@ if [ ! -d gcc-13.2.0 ]; then
|
||||
rm gcc-13.2.0.tar.xz
|
||||
fi
|
||||
|
||||
cd gcc-13.2.0
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
patch -p1 -u -i "$SCRIPT_DIR/p1.patch"
|
||||
patch -p1 -u -i "$SCRIPT_DIR/p2.patch"
|
||||
|
||||
cd ..
|
||||
|
||||
mkdir -p build
|
||||
pushd build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user