winegcc: Don't pass -nodefaultlibs to the Unix compiler so that it can be used by Wine.
This commit is contained in:
parent
0c7b27aa14
commit
121a7f7840
|
@ -1006,7 +1006,7 @@ static int is_linker_arg(const char* arg)
|
||||||
{
|
{
|
||||||
static const char* link_switches[] =
|
static const char* link_switches[] =
|
||||||
{
|
{
|
||||||
"-nostartfiles", "-nodefaultlibs", "-nostdlib", "-s",
|
"-nostartfiles", "-nostdlib", "-s",
|
||||||
"-static", "-static-libgcc", "-shared", "-shared-libgcc", "-symbolic",
|
"-static", "-static-libgcc", "-shared", "-shared-libgcc", "-symbolic",
|
||||||
"-framework", "--coverage", "-fprofile-generate", "-fprofile-use"
|
"-framework", "--coverage", "-fprofile-generate", "-fprofile-use"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue