Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:

Installing of bsp_specs for aliased bsps is broken. Instead of installing
  RTEMS_BSP_FAMILY/bsp_specs, RTEMS_BSP/bsp_specs was tried to be installed.

  The patch below should fix this problem (tested with mips64orion p4600 and
  p4650).
This commit is contained in:
Joel Sherrill
1999-04-12 20:27:14 +00:00
parent 82f490f786
commit 6e27f58885
5 changed files with 1 additions and 15 deletions

View File

@@ -26,10 +26,6 @@ endif # mvme162lx - mc68lc040
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=mvme162
# We may install in a CPU model based directory but this is still
# a mvme162 based bsp.
RTEMS_BSP=mvme162
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#

View File

@@ -21,10 +21,6 @@ START_BASE=idt_csu
CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
# The p4600 and p4600 share the p4000 bsp.
TARGET_ARCH=o-p4600
RTEMS_BSP=p4000
# This target does NOT support the TCP/IP stack so ignore requests
# to enable it.
HAS_NETWORKING=no

View File

@@ -20,10 +20,6 @@ START_BASE=idt_csu
CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
# The p4600 and p4600 share the p4000 bsp.
TARGET_ARCH=o-p4650
RTEMS_BSP=p4000
# This target does NOT support the TCP/IP stack so ignore requests
# to enable it.
HAS_NETWORKING=no

View File

@@ -13,8 +13,6 @@ RTEMS_CPU_MODEL=ppc603e
RTEMS_BSP_FAMILY=ppcn_60x
RTEMS_BSP=ppcn_60x
# This contains the compiler options necessary to select the CPU model
# This section makes the target dependent options file.