summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-06-29 14:04:24 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-06-29 14:04:24 +0200
commit19186df30d75f31cf7be3a25783a1aae303df990 (patch)
treedb08fa7ef489f4708b67a56873fed7fc570e9ea2
parente70c41dbf20aa3de5d86c3d8fd7eca4d6d4dedb1 (diff)
downloadi486tcc-linux-19186df30d75f31cf7be3a25783a1aae303df990.tar.gz
i486tcc-linux-19186df30d75f31cf7be3a25783a1aae303df990.tar.bz2
fixed musl patching
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index acd1081..6f8477f 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -102,7 +102,7 @@ if [ ! -f "${BASE}/build/stage1/lib/libc.a" ]; then
rm -rf "musl-${MUSL_VERSION}"
tar xf "${BASE}/downloads/musl-${MUSL_VERSION}.tar.gz"
cd "musl-${MUSL_VERSION}"
- patch -Np1 < "${BASE}/patches/musl-1.2.3-tcc.patch"
+ patch -Np1 < "${BASE}/patches/musl-tcc.patch"
CC="${BASE}/build/stage1/bin/i386-tcc" ARCH=i386 \
./configure \
--prefix="${BASE}/build/stage1" \