Removed need for START_BASE.

This commit is contained in:
Joel Sherrill
1999-11-22 14:28:36 +00:00
parent 650526857e
commit 28cc1728df
14 changed files with 1 additions and 42 deletions

View File

@@ -119,8 +119,5 @@ endef
# Miscellaneous additions go here
# No start file
START_BASE=
# Let the HWAPI know which set of drivers to build
DRIVER_ARCHITECTURE=vmebus

View File

@@ -19,9 +19,6 @@ CPU_CFLAGS = -mcpu32
# optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# Override default start file
START_BASE=start332
# This section makes the target dependent options file.
# NDEBUG (C library)
# if defined asserts do not generate code. This is commonly used

View File

@@ -21,9 +21,6 @@ CPU_CFLAGS = -m68000 -msoft-float
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# Override default start file
START_BASE=start68k
# This section makes the target dependent options file.
# NDEBUG (C library)

View File

@@ -43,9 +43,6 @@ CPU_CFLAGS = -mcpu=860
# NOTE: some level of -O may be actually required by inline assembler
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
# 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.

View File

@@ -19,9 +19,6 @@ CPU_CFLAGS = -mcpu32
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# Override default start file
START_BASE=start340
# This section makes the target dependent options file.
# NDEBUG (C library)
# if defined asserts do not generate code. This is commonly used

View File

@@ -30,9 +30,6 @@ endif
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# Override default start file
START_BASE=start360
# This section makes the target dependent options file.
# NDEBUG (C library)
# if defined asserts do not generate code. This is commonly used

View File

@@ -115,8 +115,5 @@ endef
# Miscellaneous additions go here
# No start file
START_BASE=
# Let the HWAPI know which set of drivers to build
DRIVER_ARCHITECTURE=vmebus
DRIVER_ARCHITECTURE=compactpci

View File

@@ -33,8 +33,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# debugging please
CFLAGS_DEBUG_V =
START_BASE=start302
# This section makes the target dependent options file.
# NDEBUG (C library)

View File

@@ -6,9 +6,6 @@
# NOTE: this file is broken !
# Override default start file
START_BASE=idt_csu
CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
# This is the actual bsp directory used during the build process.

View File

@@ -16,9 +16,6 @@ RTEMS_BSP_FAMILY=p4000
CPU_CFLAGS=-mcpu=4600 -G0
CCMIPS_CFLAGS_CPU=-cpu=r4600
# Override default start file
START_BASE=idt_csu
CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
# This section makes the target dependent options file.

View File

@@ -15,9 +15,6 @@ RTEMS_BSP_FAMILY=p4000
CPU_CFLAGS=-m4650 -G0
CCMIPS_CFLAGS_CPU=-cpu=r4650
# Override default start file
START_BASE=idt_csu
CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
# This section makes the target dependent options file.

View File

@@ -101,7 +101,4 @@ endef
# Miscellaneous additions go here
# No start file
START_BASE=
DRIVER_ARCHITECTURE=vmebus

View File

@@ -108,6 +108,3 @@ endef
endif
# Miscellaneous additions go here
# No start file
START_BASE=

View File

@@ -138,7 +138,4 @@ endif
# Miscellaneous additions go here
# No start file
START_BASE=
DRIVER_ARCHITECTURE=vmebus