소스 검색

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

Waldemar Brodkorb 8 년 전
부모
커밋
e03b7946b1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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