added everything
This commit is contained in:
8
mk/conf.GCC4.mk
Executable file
8
mk/conf.GCC4.mk
Executable file
@@ -0,0 +1,8 @@
|
||||
include ../mk/conf.GCC.mk
|
||||
|
||||
COMPILER.c =gcc
|
||||
# -Wno-invalid-offsetof is only valid for g++ compilation, had to remove it from the CFLAGS variable seeing that we
|
||||
# pass CFLAGS to both gcc and g++
|
||||
COMPILER.cc =g++ -Wno-invalid-offsetof
|
||||
|
||||
CFLAGS += -mtune=i686
|
||||
Reference in New Issue
Block a user