OSDN Git Service

h8300: do not use LDFLAGS, they are wrong. testsuite compile fails with it
authorWaldemar Brodkorb <wbx@openadk.org>
Wed, 11 Nov 2015 05:35:07 +0000 (06:35 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Thu, 12 Nov 2015 05:15:39 +0000 (06:15 +0100)
Rules.mak

index 0a1f642..8c6bf72 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -426,8 +426,6 @@ endif
 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