forked from Imagelibrary/rtems
Removed need for START_BASE.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -101,7 +101,4 @@ endef
|
||||
|
||||
# Miscellaneous additions go here
|
||||
|
||||
# No start file
|
||||
START_BASE=
|
||||
|
||||
DRIVER_ARCHITECTURE=vmebus
|
||||
|
||||
@@ -108,6 +108,3 @@ endef
|
||||
endif
|
||||
|
||||
# Miscellaneous additions go here
|
||||
|
||||
# No start file
|
||||
START_BASE=
|
||||
|
||||
@@ -138,7 +138,4 @@ endif
|
||||
|
||||
# Miscellaneous additions go here
|
||||
|
||||
# No start file
|
||||
START_BASE=
|
||||
|
||||
DRIVER_ARCHITECTURE=vmebus
|
||||
|
||||
Reference in New Issue
Block a user