Sweden-Number/tools/winegcc
Chip Davis 9e133a9a22 winegcc: Only add -static-libgcc if -nodefaultlibs weren't given. (Clang).
The flag does nothing if -nodefaultlibs or -nostdlib were given, because
the driver does not automatically link to libgcc/compiler-rt in that
case. Clang will warn about this, which is annoying, which clutters up
the output, and which makes it impossible to use -Werror when building
with Clang.

Signed-off-by: Chip Davis <cdavis@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-27 17:40:15 +02:00
..
Makefile.in makefiles: Expand makedep path at compile time. 2020-09-09 20:30:31 +02:00
utils.c winegcc: Unify the strarray implementation with the one from makedep. 2021-09-23 14:45:39 +02:00
utils.h winegcc: Unify the strarray implementation with the one from makedep. 2021-09-23 14:45:39 +02:00
winegcc.c winegcc: Only add -static-libgcc if -nodefaultlibs weren't given. (Clang). 2021-09-27 17:40:15 +02:00
winegcc.man.in winegcc: Correctly put the -munix manual section in its own paragraph. 2021-09-20 22:45:48 +02:00