summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-11 06:35:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-11 06:35:07 +0100
commite03b7946b1a6efe43fbfd280b27035ea375a2b0d (patch)
treeb547c1cbec763384972744b689c6dcfc513e45ee /Rules.mak
parentabbb302279d90471251dd9ad85783d04b6ebc8b1 (diff)
h8300: do not use LDFLAGS, they are wrong. testsuite compile fails with it
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 761bb749b..d769bbae8 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -437,8 +437,6 @@ ifeq ($(TARGET_ARCH),sh64)
endif
ifeq ($(TARGET_ARCH),h8300)
- CPU_LDFLAGS-$(CONFIG_H8300H)+= -Wl,-mh8300h_linux
- CPU_LDFLAGS-$(CONFIG_H8S) += -Wl,-mh8300s_linux
CPU_CFLAGS-$(CONFIG_H8300H) += -mh -mint32
CPU_CFLAGS-$(CONFIG_H8S) += -ms -mint32
endif