mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user