summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/custom/dmv177.cfg3
-rw-r--r--make/custom/efi332.cfg3
-rw-r--r--make/custom/efi68k.cfg3
-rw-r--r--make/custom/eth_comm.cfg3
-rw-r--r--make/custom/gen68340.cfg3
-rw-r--r--make/custom/gen68360.cfg3
-rw-r--r--make/custom/mcp750.cfg5
-rw-r--r--make/custom/ods68302.cfg2
-rw-r--r--make/custom/p4000.cfg3
-rw-r--r--make/custom/p4600.cfg3
-rw-r--r--make/custom/p4650.cfg3
-rw-r--r--make/custom/ppcn_60x.cfg3
-rw-r--r--make/custom/psim.cfg3
-rw-r--r--make/custom/score603e.cfg3
14 files changed, 1 insertions, 42 deletions
diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg
index 7714280661..4f42ef6e81 100644
--- a/make/custom/dmv177.cfg
+++ b/make/custom/dmv177.cfg
@@ -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
diff --git a/make/custom/efi332.cfg b/make/custom/efi332.cfg
index 289b9bdde3..03d85b0e2a 100644
--- a/make/custom/efi332.cfg
+++ b/make/custom/efi332.cfg
@@ -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
diff --git a/make/custom/efi68k.cfg b/make/custom/efi68k.cfg
index c6ae12be30..af1c1b3f3f 100644
--- a/make/custom/efi68k.cfg
+++ b/make/custom/efi68k.cfg
@@ -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)
diff --git a/make/custom/eth_comm.cfg b/make/custom/eth_comm.cfg
index bd2639b360..89e1d663e0 100644
--- a/make/custom/eth_comm.cfg
+++ b/make/custom/eth_comm.cfg
@@ -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.
diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg
index 37322aa318..f2c2f71fc8 100644
--- a/make/custom/gen68340.cfg
+++ b/make/custom/gen68340.cfg
@@ -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
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index f73c052888..c78a4b5743 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -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
diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg
index 9b0e81b7e8..8b67279495 100644
--- a/make/custom/mcp750.cfg
+++ b/make/custom/mcp750.cfg
@@ -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
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index 6a11e170a2..d8e46eb6a1 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -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)
diff --git a/make/custom/p4000.cfg b/make/custom/p4000.cfg
index 2869217207..a5965f8124 100644
--- a/make/custom/p4000.cfg
+++ b/make/custom/p4000.cfg
@@ -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.
diff --git a/make/custom/p4600.cfg b/make/custom/p4600.cfg
index 52c2b11e90..11de96e414 100644
--- a/make/custom/p4600.cfg
+++ b/make/custom/p4600.cfg
@@ -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.
diff --git a/make/custom/p4650.cfg b/make/custom/p4650.cfg
index 5c586a08ab..6b2ff786c2 100644
--- a/make/custom/p4650.cfg
+++ b/make/custom/p4650.cfg
@@ -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.
diff --git a/make/custom/ppcn_60x.cfg b/make/custom/ppcn_60x.cfg
index 822da5f1be..6c2ea5dcc3 100644
--- a/make/custom/ppcn_60x.cfg
+++ b/make/custom/ppcn_60x.cfg
@@ -101,7 +101,4 @@ endef
# Miscellaneous additions go here
-# No start file
-START_BASE=
-
DRIVER_ARCHITECTURE=vmebus
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index c53a227bc9..4dbce3d394 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -108,6 +108,3 @@ endef
endif
# Miscellaneous additions go here
-
-# No start file
-START_BASE=
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index d0999ca55e..7dff53f7a2 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -138,7 +138,4 @@ endif
# Miscellaneous additions go here
-# No start file
-START_BASE=
-
DRIVER_ARCHITECTURE=vmebus