mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
fixed oarch being use. some have remove oarch flags when ros being compile. now we add it back. for mingw
svn path=/trunk/; revision=25685
This commit is contained in:
parent
c0bd47734e
commit
9c745033ff
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ MingwBackend::GenerateGlobalVariables () const
|
|||
fprintf ( fMakefile, "PROJECT_LFLAGS := %s\n",
|
||||
GenerateProjectLFLAGS ().c_str () );
|
||||
fprintf ( fMakefile, "PROJECT_CFLAGS += -Wall\n" );
|
||||
fprintf ( fMakefile, "PROJECT_CFLAGS += -march=$(OARCH)\n" );
|
||||
fprintf ( fMakefile, "PROJECT_CFLAGS += $(PROJECT_GCCOPTIONS)\n" );
|
||||
fprintf ( fMakefile, "\n" );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue