You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/Rules.mak
|
|
+++ b/Rules.mak
|
|
@@ -232,7 +232,6 @@ endif
|
|
GEN_CXXFLAGS:=-nostdinc++
|
|
GEN_CXXFLAGS+=$(if $(CXXFLAG_-fvisibility-inlines-hidden),-DGCC_HASCLASSVISIBILITY)
|
|
CXXFLAGS:=$(CFLAGS)
|
|
-CFLAGS += -ansi
|
|
|
|
LIBGCC:=$(shell $(CC) -print-libgcc-file-name)
|
|
LIBGCC_DIR:=$(dir $(LIBGCC))
|
|
|