summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-12-23 22:19:38 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-12-23 22:19:38 +0100
commit9110fa3f3393109b0283cfbb6a3b884cb8c63fc1 (patch)
tree8e257abb5bda7daa5073ff6e310736cf644b6053
parent19e7be2912d09a67ad119c0f67972bca0b32212a (diff)
downloadwolfbones-9110fa3f3393109b0283cfbb6a3b884cb8c63fc1.tar.gz
wolfbones-9110fa3f3393109b0283cfbb6a3b884cb8c63fc1.tar.bz2
removed some remaining C++ compiler flags
-rw-r--r--makefiles/gmake/compiler.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk
index 9fc8201..9c145f9 100644
--- a/makefiles/gmake/compiler.mk
+++ b/makefiles/gmake/compiler.mk
@@ -120,12 +120,9 @@ endif
# gcc 4.x
ifeq "$(GCC_MAJOR_VERSION)" "4"
-CCPP_COMPILE_FLAGS += \
- -Wno-invalid-offsetof -funit-at-a-time
endif
ifeq "$(GCC_MAJOR_VERSION)" "3"
-
endif
#CC = gcc