Browse Source

h8300: do not use LDFLAGS, they are wrong. testsuite compile fails with it

Waldemar Brodkorb 8 years ago
parent
commit
e03b7946b1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Rules.mak

+ 0 - 2
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