• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión13c55f48a868fd45adfad4bfb18b6c04791184c9 (tree)
Tiempo2016-05-22 15:07:43
AutorYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

sh: if "CONFIG_SYS_TEXT_BASE" not defined, skip LDFLAGS.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

Cambiar Resumen

Diferencia incremental

--- a/arch/sh/config.mk
+++ b/arch/sh/config.mk
@@ -18,6 +18,8 @@ CONFIG_STANDALONE_LOAD_ADDR += -m2a-nofpu
1818 endif
1919
2020 PLATFORM_CPPFLAGS += -DCONFIG_SH -D__SH__
21+ifdef CONFIG_SYS_TEXT_BASE
2122 PLATFORM_LDFLAGS += -e $(CONFIG_SYS_TEXT_BASE) --defsym reloc_dst=$(CONFIG_SYS_TEXT_BASE)
23+endif
2224 LDFLAGS_FINAL = --gc-sections
2325 PLATFORM_RELFLAGS += -ffixed-r13