mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 01:26:24 -05:00
Removed dependency on libgcc_s_sjlj-1.dll when building with mingw64
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user