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

This commit is contained in:
Alexandre Julliard 2010-07-21 12:44:50 +02:00
parent 0c7b27aa14
commit 121a7f7840
1 changed files with 1 additions and 1 deletions

View File

@ -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"
};