Call which will be a overlay later
This commit is contained in:
@@ -37,7 +37,7 @@ LD = $(CXX)
|
||||
AR = ar
|
||||
|
||||
#architecture flags
|
||||
ARCHFLAGS = -march=mips1 -mabi=32 -EL -fno-pic -mno-shared -mno-abicalls -mfp32
|
||||
ARCHFLAGS = -march=mips1 -mabi=32 -EL -fno-pic -mno-shared -nostdinc -nostdinc++ -mno-abicalls -mfp32
|
||||
ARCHFLAGS += -fno-stack-protector -nostdlib -ffreestanding
|
||||
|
||||
#Compiler flags for build profiles
|
||||
@@ -56,7 +56,7 @@ CCFLAGS += -std=c++20
|
||||
CCFLAGS += $(ARCHFLAGS)
|
||||
|
||||
CCFLAGS += $(CCFLAGS_$(BUILD_PROFILE))
|
||||
|
||||
CCFLAGS += $(INCLUDES)
|
||||
CCFLAGS += -DJABYENGINE_$(TV_FORMAT)
|
||||
|
||||
#Linker flags
|
||||
|
||||
Reference in New Issue
Block a user