aboutsummaryrefslogtreecommitdiff
path: root/config/ltmain.sh
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2016-12-12 15:41:35 -0800
committerBruce A. Mah <bmah@es.net>2016-12-12 15:41:35 -0800
commit01fb3e6dcfe91d5870c9b2187d1deff7aca95341 (patch)
tree941353cc9e8fae3b12af10fcd0dfb6f7c3aea529 /config/ltmain.sh
parent29183ec341ea79493aa046a57749e9e784f31786 (diff)
downloadiperf3-01fb3e6dcfe91d5870c9b2187d1deff7aca95341.tar.gz
Regen.
Diffstat (limited to 'config/ltmain.sh')
-rw-r--r--config/ltmain.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/ltmain.sh b/config/ltmain.sh
index b6f3fcb..0f0a2da 100644
--- a/config/ltmain.sh
+++ b/config/ltmain.sh
@@ -7273,11 +7273,9 @@ func_mode_link ()
# --sysroot=* for sysroot support
# -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
# -stdlib=* select c++ std lib with clang
- # -fsanitize=* Clang memory and address sanitizer
-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=*)
+ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
func_quote_for_eval "$arg"
arg=$func_quote_for_eval_result
func_append compile_command " $arg"