forked from Imagelibrary/rtems
bsps/powerpc: Rename BSP specific linkcmds.base
Avoid name conflicts with shared linkcmds.base. Update #3254.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -12,4 +12,4 @@ MEMORY {
|
||||
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.base
|
||||
INCLUDE linkcmds.gen5200_base
|
||||
|
||||
@@ -12,4 +12,4 @@ MEMORY {
|
||||
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.base
|
||||
INCLUDE linkcmds.gen5200_base
|
||||
|
||||
@@ -12,4 +12,4 @@ MEMORY {
|
||||
DPRAM : ORIGIN = 0x0, LENGTH = 0
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.base
|
||||
INCLUDE linkcmds.gen5200_base
|
||||
|
||||
@@ -12,4 +12,4 @@ MEMORY {
|
||||
DPRAM : ORIGIN = 0x0, LENGTH = 0
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.base
|
||||
INCLUDE linkcmds.gen5200_base
|
||||
|
||||
@@ -12,4 +12,4 @@ MEMORY {
|
||||
DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.base
|
||||
INCLUDE linkcmds.gen5200_base
|
||||
|
||||
@@ -12,4 +12,4 @@ MEMORY {
|
||||
DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.base
|
||||
INCLUDE linkcmds.gen5200_base
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -13,4 +13,4 @@ MEMORY {
|
||||
ROM : ORIGIN = 0x40000000, LENGTH = 8M
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.base
|
||||
INCLUDE linkcmds.tqm8xx_base
|
||||
|
||||
Reference in New Issue
Block a user