bsps/powerpc: Rename BSP specific linkcmds.base

Avoid name conflicts with shared linkcmds.base.

Update #3254.
This commit is contained in:
Sebastian Huber
2018-01-03 09:08:59 +01:00
parent fb01816bd2
commit 375e923d24
13 changed files with 15 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
$(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA += rtems_crti.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds.base
dist_project_lib_DATA += startup/linkcmds.gen5200_base
project_lib_DATA += startup/linkcmds
EXTRA_DIST += startup/linkcmds.brs5l
EXTRA_DIST += startup/linkcmds.brs6l

View File

@@ -85,9 +85,9 @@ $(PROJECT_LIB)/rtems_crti.$(OBJEXT): rtems_crti.$(OBJEXT) $(PROJECT_LIB)/$(dirst
$(INSTALL_DATA) $< $(PROJECT_LIB)/rtems_crti.$(OBJEXT)
TMPINSTALL_FILES += $(PROJECT_LIB)/rtems_crti.$(OBJEXT)
$(PROJECT_LIB)/linkcmds.base: startup/linkcmds.base $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.base
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.base
$(PROJECT_LIB)/linkcmds.gen5200_base: startup/linkcmds.gen5200_base $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.gen5200_base
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.gen5200_base
$(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds

View File

@@ -12,4 +12,4 @@ MEMORY {
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
}
INCLUDE linkcmds.base
INCLUDE linkcmds.gen5200_base

View File

@@ -12,4 +12,4 @@ MEMORY {
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
}
INCLUDE linkcmds.base
INCLUDE linkcmds.gen5200_base

View File

@@ -12,4 +12,4 @@ MEMORY {
DPRAM : ORIGIN = 0x0, LENGTH = 0
}
INCLUDE linkcmds.base
INCLUDE linkcmds.gen5200_base

View File

@@ -12,4 +12,4 @@ MEMORY {
DPRAM : ORIGIN = 0x0, LENGTH = 0
}
INCLUDE linkcmds.base
INCLUDE linkcmds.gen5200_base

View File

@@ -12,4 +12,4 @@ MEMORY {
DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
}
INCLUDE linkcmds.base
INCLUDE linkcmds.gen5200_base

View File

@@ -12,4 +12,4 @@ MEMORY {
DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
}
INCLUDE linkcmds.base
INCLUDE linkcmds.gen5200_base

View File

@@ -34,7 +34,7 @@ rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
project_lib_DATA += rtems_crti.$(OBJEXT)
project_lib_DATA += startup/linkcmds
dist_project_lib_DATA += startup/linkcmds.base
dist_project_lib_DATA += startup/linkcmds.tqm8xx_base
EXTRA_DIST += startup/linkcmds.tqm8xx
noinst_LIBRARIES = libbsp.a

View File

@@ -89,7 +89,7 @@ $(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
TMPINSTALL_FILES += $(PROJECT_LIB)/linkcmds
$(PROJECT_LIB)/linkcmds.base: startup/linkcmds.base $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.base
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.base
$(PROJECT_LIB)/linkcmds.tqm8xx_base: startup/linkcmds.tqm8xx_base $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.tqm8xx_base
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.tqm8xx_base

View File

@@ -13,4 +13,4 @@ MEMORY {
ROM : ORIGIN = 0x40000000, LENGTH = 8M
}
INCLUDE linkcmds.base
INCLUDE linkcmds.tqm8xx_base