We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667b169 commit f1538b1Copy full SHA for f1538b1
Makefile.webos
@@ -138,9 +138,10 @@ DEF_FLAGS += -ffunction-sections -fdata-sections
138
DEF_FLAGS += -I. -Ideps -Ideps/stb -DWEBOS=1 -MMD
139
DEF_FLAGS += -Wall -Wno-unused-variable
140
LIBS := -ldl -lz -lrt -pthread
141
-CFLAGS :=
142
-CXXFLAGS := -fno-exceptions -fno-rtti -std=c++11 -D__STDC_CONSTANT_MACROS
143
-ASFLAGS :=
+ARCHFLAGS := -mcpu=cortex-a9 -mtune=cortex-a53 -mfloat-abi=softfp
+CFLAGS := $(ARCHFLAGS)
+CXXFLAGS := $(ARCHFLAGS) -fno-exceptions -fno-rtti -std=c++11 -D__STDC_CONSTANT_MACROS
144
+ASFLAGS := $(ARCHFLAGS)
145
LDFLAGS := -Wl,-rpath=\$$ORIGIN/lib,--gc-sections
146
INCLUDE_DIRS = -I$(WEBOS_INC_DIR)
147
LIBRARY_DIRS = -L$(WEBOS_LIB_DIR)
0 commit comments