From e03b7946b1a6efe43fbfd280b27035ea375a2b0d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 11 Nov 2015 06:35:07 +0100 Subject: h8300: do not use LDFLAGS, they are wrong. testsuite compile fails with it --- Rules.mak | 2 -- 1 file changed, 2 deletions(-) (limited to 'Rules.mak') 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 -- cgit v1.2.3