Now uses BSP specific configure variables and compiles for i486 and m68k.

This commit is contained in:
Joel Sherrill
1998-05-22 12:30:19 +00:00
parent 6fa12899c4
commit cdf6fcbccb

View File

@@ -9,7 +9,11 @@ RTEMS_BSP_FAMILY=bare
RTEMS_BSP=bare
TARGET_ARCH=o-$(RTEMS_BSP_FAMILY)-$(RTEMS_CPU_MODEL)
RTEMS_CPU_MODEL=$(BARE_CPU_MODEL)
TARGET_ARCH=o-$(RTEMS_BSP_FAMILY)-$(BARE_CPU_MODEL)
CPU_CFLAGS=$(BARE_CPU_CFLAGS)
include $(RTEMS_ROOT)/make/custom/default.cfg
@@ -38,6 +42,9 @@ define make-target-options
@echo "/* #define RTEMS_DEBUG 1 */" >>$@
endef
# this target has no start file
START_BASE=
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.