aboutsummaryrefslogtreecommitdiff
path: root/vendor/sync
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-10-17 11:21:41 -0700
committerNicholas <nbnoll@eml.cc>2021-10-17 11:21:41 -0700
commit752cb994bdac9aa1cdab8781bab7f58db72b1809 (patch)
treed17158f3b1e44e5258a155a1fc30307905c2c10a /vendor/sync
parent06cdf8398eec011b3e8978a0d039b921133243d6 (diff)
fix: added libgcc as explicit dependency for ARMphone
Diffstat (limited to 'vendor/sync')
-rwxr-xr-xvendor/sync5
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/sync b/vendor/sync
index 3a600e4..0b6af95 100755
--- a/vendor/sync
+++ b/vendor/sync
@@ -92,12 +92,15 @@ build_musl()
make -j2
make install
+
+ mkdir - p $ROOT/lib/crt
+
mv $ROOT/lib/rcrt1.o \
$ROOT/lib/crt1.o \
$ROOT/lib/Scrt1.o \
$ROOT/lib/musl-gcc.specs \
$ROOT/lib/crt
- mv $ROOT/lib/crti.o $ROOT/lib/crtn.o $ROOT/lib/crt/x86_64
+ mv $ROOT/lib/crti.o $ROOT/lib/crtn.o $ROOT/lib/crt
rm $ROOT/bin/musl-gcc