aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/native.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/native.mk')
-rw-r--r--tmk_core/native.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/tmk_core/native.mk b/tmk_core/native.mk
index 530b50b84..3caf64454 100644
--- a/tmk_core/native.mk
+++ b/tmk_core/native.mk
@@ -1,13 +1,13 @@
1SYSTEM_TYPE := $(shell gcc -dumpmachine) 1SYSTEM_TYPE := $(shell gcc -dumpmachine)
2 2
3CC = gcc 3CC = gcc
4OBJCOPY = 4OBJCOPY =
5OBJDUMP = 5OBJDUMP =
6SIZE = 6SIZE =
7AR = 7AR =
8NM = 8NM =
9HEX = 9HEX =
10EEP = 10EEP =
11BIN = 11BIN =
12 12
13 13
@@ -24,6 +24,6 @@ CFLAGS += $(COMPILEFLAGS)
24CFLAGS += -fno-inline-small-functions 24CFLAGS += -fno-inline-small-functions
25CFLAGS += -fno-strict-aliasing 25CFLAGS += -fno-strict-aliasing
26 26
27CPPFLAGS += $(COMPILEFLAGS) 27CXXFLAGS += $(COMPILEFLAGS)
28CPPFLAGS += -fno-exceptions 28CXXFLAGS += -fno-exceptions
29CPPFLAGS += -std=gnu++11 \ No newline at end of file 29CXXFLAGS += -std=gnu++11