summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-23 18:35:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-23 18:35:07 +0000
commit61bbe543111f85c850dd3d0b9a9f79d857e7c7fc (patch)
treefe25a06f362531f00305eba7c9c456a7bafb803d /make/custom
parentAdded BSP specific start since it had become VERY complex to attempt (diff)
downloadrtems-61bbe543111f85c850dd3d0b9a9f79d857e7c7fc.tar.bz2
Update from Eric Norum:
Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/gen68360.cfg15
1 files changed, 3 insertions, 12 deletions
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index afec62435c..7281ba4b1f 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -79,13 +79,10 @@ ifeq ($(RTEMS_USE_GCC272),yes)
LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libc.a
LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libm.a
-ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
- RTEMS_GEN68360_EXTRA_LDFLAGS=--defsym RamSize=0x100000
-else
- RTEMS_GEN68360_EXTRA_LDFLAGS=
-endif
-
define make-exe
+ @ echo
+ @ echo "WARNING: newlib may use bit test instructions!!"
+ @ echo
$(LD) $(LDFLAGS) -N -T $(LINKCMDS) -o $(basename $@).exe \
$(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
$(NM) -g -n $(basename $@).exe > $(basename $@).num
@@ -93,12 +90,6 @@ define make-exe
endef
else
-ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
- CFLAGS_LD=-Wl,--defsym -Wl,RamSize=0x100000
-else
- CFLAGS_LD=
-endif
-
define make-exe
$(CC) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe $(LINK_OBJS)
$(NM) -g -n $(basename $@).exe > $(basename $@).num