Ticket #32982: ltmain.m4sh-allow-clang-stdlib.diff
File ltmain.m4sh-allow-clang-stdlib.diff, 804 bytes (added by titus@…, 13 years ago) |
---|
-
libltdl/config/ltmain.m4sh
old new 5064 5064 # -tp=* Portland pgcc target processor selection 5065 5065 # --sysroot=* for sysroot support 5066 5066 # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization 5067 # -stdlib=* select c++ std lib with clang 5067 5068 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ 5068 5069 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ 5069 -O*|-flto*|-fwhopr*|-fuse-linker-plugin )5070 -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-stdlib=*) 5070 5071 func_quote_for_eval "$arg" 5071 5072 arg="$func_quote_for_eval_result" 5072 5073 func_append compile_command " $arg"