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:
Joel Sherrill
2000-02-02 15:26:41 +00:00
parent 847dbbe6c7
commit 399432faac
2 changed files with 5 additions and 6 deletions

View File

@@ -2,13 +2,12 @@
## $Id$
##
PREINSTALL_FILES += \
$(PROJECT_ROOT)/@RTEMS_BSP@/lib \
$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
@$(mkinstalldirs) $@
$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: bsp_specs
$(INSTALL_DATA) $< $@
## FIXME: Do not split this line into several lines
## A bug in automake-2.14 will generate incorrect results otherwise
PREINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/lib $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs

View File

@@ -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