mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
Patch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains:
The workarounds related to the issues with
ppc/helas403 (triggers a nasty bug in automake-2.14) and mcp750.cfg
(Which is basically broken)
To apply:
patch -p1 < rtems-rc-20000118-6.diff
./bootstrap
Note:
* Though this patch is small, ./bootstrap is absolutely necessary.
* Now your CVS source tree is identical to my local CVS.
This commit is contained in:
@@ -104,8 +104,8 @@ define make-exe
|
||||
echo $${COMPLETE_FILE_NAME} ;\
|
||||
FILE_NAME=`basename $${COMPLETE_FILE_NAME}` ;\
|
||||
echo $${FILE_NAME} ;\
|
||||
mkdir -p $(PROJECT_ROOT)/$(RTEMS_BSP)/bin ;\
|
||||
$(CP) bootloader $(PROJECT_ROOT)/$(RTEMS_BSP)/bin/$${FILE_NAME}
|
||||
mkdir -p $(PROJECT_ROOT)/mcp750/bin ;\
|
||||
$(CP) bootloader $(PROJECT_ROOT)/mcp750/bin/$${FILE_NAME}
|
||||
endef
|
||||
|
||||
# Miscellaneous additions go here
|
||||
|
||||
Reference in New Issue
Block a user