Changeset 6e27f588 in rtems


Ignore:
Timestamp:
04/12/99 20:27:14 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
76e5fe8a
Parents:
82f490f
Message:

Patch from Ralf Corsepius <corsepiu@…>:

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).

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/Makefile.in

    r82f490f r6e27f588  
    4646        else \
    4747          $(INSTALL_DATA) \
    48             $(srcdir)/$(RTEMS_CPU)/${RTEMS_BSP}/bsp_specs \
     48            $(srcdir)/$(RTEMS_CPU)/${RTEMS_BSP_FAMILY}/bsp_specs \
    4949            $(PROJECT_ROOT)/${RTEMS_BSP}/lib; \
    5050        fi
  • make/custom/mvme162.cfg

    r82f490f r6e27f588  
    2626# This is the actual bsp directory used during the build process.
    2727RTEMS_BSP_FAMILY=mvme162
    28 
    29 # We may install in a CPU model based directory but this is still
    30 # a mvme162 based bsp.
    31 RTEMS_BSP=mvme162
    3228
    3329#  This contains the compiler options necessary to select the CPU model
  • make/custom/p4600.cfg

    r82f490f r6e27f588  
    2121
    2222CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
    23 
    24 # The p4600 and p4600 share the p4000 bsp.
    25 TARGET_ARCH=o-p4600
    26 RTEMS_BSP=p4000
    2723
    2824# This target does NOT support the TCP/IP stack so ignore requests
  • make/custom/p4650.cfg

    r82f490f r6e27f588  
    2020
    2121CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
    22 
    23 # The p4600 and p4600 share the p4000 bsp.
    24 TARGET_ARCH=o-p4650
    25 RTEMS_BSP=p4000
    2622
    2723# This target does NOT support the TCP/IP stack so ignore requests
  • make/custom/ppcn_60x.cfg

    r82f490f r6e27f588  
    1313
    1414RTEMS_BSP_FAMILY=ppcn_60x
    15 
    16 RTEMS_BSP=ppcn_60x
    1715
    1816#  This contains the compiler options necessary to select the CPU model
Note: See TracChangeset for help on using the changeset viewer.