mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
11 lines
252 B
Diff
11 lines
252 B
Diff
--- a/bootstrap.sh
|
|
+++ a/bootstrap.sh
|
|
@@ -74,6 +74,7 @@
|
|
|
|
# Fall back to "ld"... might work.
|
|
[ -$LINK- = -""- ] && LINK=ld
|
|
+LINK="ld.gold"
|
|
|
|
# And finally, see if we can compile and link something.
|
|
echo 'int main(){}' | $CC -xc - -o /dev/null ||
|