You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
419 B
17 lines
419 B
diff --git a/swift/utils/gen-static-stdlib-link-args b/swift/utils/gen-static-stdlib-link-args
|
|
index 0fa009d67d3..abd98c2493f 100755
|
|
--- a/swift/utils/gen-static-stdlib-link-args
|
|
+++ b/swift/utils/gen-static-stdlib-link-args
|
|
@@ -60,11 +60,8 @@ function write_linkfile {
|
|
fi
|
|
cat >$OUTPUTFILE <<EOF
|
|
-ldl
|
|
--lpthread
|
|
--latomic
|
|
-lswiftCore
|
|
--latomic
|
|
--lswiftImageInspectionShared
|
|
+-llog
|
|
$ICU_LIBS
|
|
-lstdc++
|
|
-lm
|
|
|