summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-01 19:37:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-01 19:37:31 +0000
commit14ba4795849bc12b7a8867eef925d6b7349512a1 (patch)
tree0d1ed7c81cea4f93db2d0f0a2e8913b307d3f280
parent92f495aa365f30f05f30ea98a59591a154b1034e (diff)
2009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared: Adjust for removal of RTEMS_BSP_FAMILY.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.shared6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dab2c5..3b2e34b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.shared: Adjust for removal of RTEMS_BSP_FAMILY.
+
2009-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems_init.c: Fix spelling error.
diff --git a/Makefile.shared b/Makefile.shared
index 98ec460..6ccaaef 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -6,15 +6,15 @@
# Tool helpers
SPECFLAGS =-B${RTEMS_MAKEFILE_PATH}/lib/ -specs=bsp_specs -qrtems
-CFLAGS = $(CPU_CFLAGS)
+CFLAGS =
# GEN5200 Specific Information
-ifeq ($(RTEMS_BSP_FAMILY),gen5200)
+ifeq ($(RTEMS_BSP),icecube)
LINKARGS+=-qnolinkcmds -T$(RTEMS_LINKCMDS)
endif
# PC386 Specific Information
-ifeq ($(RTEMS_BSP_FAMILY),pc386)
+ifeq ($(RTEMS_BSP),pc386)
HEADERADDR=0x00097E00
START16FILE=$(RTEMS_MAKEFILE_PATH)/lib/start16.bin
START16ADDR=0x00097C00