forked from amazingfate/loongoffice
Change-Id: I0d10aafa17afaaef9b154255bf17638dd67070e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157149 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
12 lines
567 B
Plaintext
12 lines
567 B
Plaintext
--- ltmain.sh.sav 2023-05-03 21:29:15.000000000 +0900
|
|
+++ ltmain.sh 2023-09-21 20:13:31.766938069 +0900
|
|
@@ -7277,7 +7277,7 @@ func_mode_link ()
|
|
-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=*| \
|
|
- -fsanitize=*)
|
|
+ -fsanitize=*|-fuse-ld=*|--ld-path=*)
|
|
func_quote_for_eval "$arg"
|
|
arg=$func_quote_for_eval_result
|
|
func_append compile_command " $arg"
|