Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-08-31 13:00:40 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-08-31 13:00:40 +0400
commit09a63eee98b5e5b12b439c313bf8b8d04759ddfe (patch)
tree47a5c0a852770d64ebe6c7af791334aafca9f831 /libgloss
parent61cf16961909644dcd2874feab226ba3f74f6db8 (diff)
libgloss/
* m68k/Makefile.in (CF_BDM_SCRIPTS): Rename to CF_RAM_SCRIPTS. (CF_SCRIPTS): Update. (%-bdm.ld): Rename to %-ram.ld.
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/m68k/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgloss/m68k/Makefile.in b/libgloss/m68k/Makefile.in
index 6e3d9a955..ad3f69fdf 100644
--- a/libgloss/m68k/Makefile.in
+++ b/libgloss/m68k/Makefile.in
@@ -141,9 +141,9 @@ BDM_ISRS= other_interrupt reset access_error address_error \
CF_BOARDS := m5208evb m5213evb m52235evb m5235evb m5272c3 m5282evb \
m5329evb m5485evb
-CF_BDM_SCRIPTS := $(patsubst %,%-bdm.ld,$(CF_BOARDS))
+CF_RAM_SCRIPTS := $(patsubst %,%-ram.ld,$(CF_BOARDS))
CF_ROM_SCRIPTS := $(patsubst %,%-rom.ld,$(CF_BOARDS))
-CF_SCRIPTS= $(CF_BDM_SCRIPTS) $(CF_ROM_SCRIPTS)
+CF_SCRIPTS= $(CF_RAM_SCRIPTS) $(CF_ROM_SCRIPTS)
# Host specific makefile fragment comes in here.
@host_makefile_frag@
@@ -212,7 +212,7 @@ m5282evb := 0M 16M 0xFFE00000 2M
m5329evb := 1024M 32M 0M 2M
m5485evb := 0M 64M 1024M 16M
-%-bdm.ld : cf.sc Makefile
+%-ram.ld : cf.sc Makefile
RAM=$(word 1,$($*)) RAM_SIZE=$(word 2,$($*)) ${SHELL} $< >$@
%-rom.ld : cf.sc Makefile
RAM=$(word 1,$($*)) RAM_SIZE=$(word 2,$($*)) \