summaryrefslogtreecommitdiffstats
path: root/external/cairo/cairo/0025-libtool-pass-use-ld.patch
blob: c5558ff736a19623d81e66b4953ffc304b38395e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/cairo/build/ltmain.sh	2022-05-04 16:12:17.409012360 +0100
+++ b/cairo/build/ltmain.sh	2022-05-04 16:12:42.510870063 +0100
@@ -7273,11 +7273,12 @@
       # --sysroot=*          for sysroot support
       # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
       # -specs=*             GCC specs files
+      # -fuse-ld=*           Linker select flags for GCC
       # -stdlib=*            select c++ std lib with clang
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
       -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
-      -specs=*)
+      -specs=*|-fuse-ld=*)
         func_quote_for_eval "$arg"
 	arg=$func_quote_for_eval_result
         func_append compile_command " $arg"