Commit 121a7f78 authored by Alexandre Julliard's avatar Alexandre Julliard

winegcc: Don't pass -nodefaultlibs to the Unix compiler so that it can be used by Wine.

parent 0c7b27aa
......@@ -1006,7 +1006,7 @@ static int is_linker_arg(const char* arg)
{
static const char* link_switches[] =
{
"-nostartfiles", "-nodefaultlibs", "-nostdlib", "-s",
"-nostartfiles", "-nostdlib", "-s",
"-static", "-static-libgcc", "-shared", "-shared-libgcc", "-symbolic",
"-framework", "--coverage", "-fprofile-generate", "-fprofile-use"
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment