2017-12-02 20:44:39 +00:00
|
|
|
---
|
|
|
|
build-aux/ltmain.in | 3 ++-
|
|
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
|
|
|
|
--- a/build-aux/ltmain.in
|
|
|
|
+++ b/build-aux/ltmain.in
|
|
|
|
@@ -5363,7 +5363,8 @@
|
2015-10-24 00:50:17 +00:00
|
|
|
# -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=*)
|
|
|
|
+ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
|
|
|
|
+ -shared-libgcc|-static-libgcc|-static-libgfortran|-static-libstdc++)
|
|
|
|
func_quote_for_eval "$arg"
|
|
|
|
arg=$func_quote_for_eval_result
|
|
|
|
func_append compile_command " $arg"
|