OSDN Git Service

use h8300-*-linux
authorYoshinori Sato <ysato@sa76r4.localdomain>
Sat, 14 Feb 2015 13:29:33 +0000 (22:29 +0900)
committerYoshinori Sato <ysato@sa76r4.localdomain>
Sat, 14 Feb 2015 13:29:33 +0000 (22:29 +0900)
Rules.mak

index 202f31f..10e9bf7 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -454,9 +454,8 @@ ifeq ($(TARGET_ARCH),sh64)
 endif
 
 ifeq ($(TARGET_ARCH),h8300)
-       SYMBOL_PREFIX=_
-       CPU_LDFLAGS-$(CONFIG_H8300H)+= -Wl,-ms8300h
-       CPU_LDFLAGS-$(CONFIG_H8S)   += -Wl,-ms8300s
+       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