Removed dependency on libgcc_s_sjlj-1.dll when building with mingw64
This commit is contained in:
parent
d944115cb1
commit
1990b00614
3 changed files with 4 additions and 9 deletions
|
@ -5851,9 +5851,10 @@ func_mode_link ()
|
|||
# -tp=* Portland pgcc target processor selection
|
||||
# --sysroot=* for sysroot support
|
||||
# -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
|
||||
# -{shared,static}-lib*: force GCC to link against specified libgcc
|
||||
-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*|-flto*|-fwhopr*|-fuse-linker-plugin)
|
||||
-O*|-flto*|-fwhopr*|-fuse-linker-plugin|-shared-lib*|-static-lib*)
|
||||
func_quote_for_eval "$arg"
|
||||
arg="$func_quote_for_eval_result"
|
||||
func_append compile_command " $arg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue