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

@@ -45,7 +45,7 @@ preinstall:
$(PROJECT_ROOT)/${RTEMS_BSP}/lib; \
else \
$(INSTALL_DATA) \
$(srcdir)/$(RTEMS_CPU)/${RTEMS_BSP}/bsp_specs \
$(srcdir)/$(RTEMS_CPU)/${RTEMS_BSP_FAMILY}/bsp_specs \
$(PROJECT_ROOT)/${RTEMS_BSP}/lib; \
fi