109ed8f775
Change-Id: Iae29fb26417dfc161698a81bee84e81545969065 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102502 Tested-by: Jenkins Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
11 lines
621 B
Text
11 lines
621 B
Text
--- ltmain.sh.orig 2020-09-09 21:20:23.069433984 -0400
|
|
+++ ltmain.sh 2020-09-09 21:27:13.168073996 -0400
|
|
@@ -7373,7 +7373,7 @@
|
|
-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=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus)
|
|
+ -specs=*|-fsanitize=*|-fuse-ld=*|--ld-path=*|-static-*|-fcilkplus)
|
|
func_quote_for_eval "$arg"
|
|
arg=$func_quote_for_eval_result
|
|
func_append compile_command " $arg"
|