Changeset 399432fa in rtems


Ignore:
Timestamp:
02/02/00 15:26:41 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1382cea3
Parents:
847dbbe
Message:

Patch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@…>
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.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/bsp.am

    r847dbbe r399432fa  
    22## $Id$
    33##
    4 
    5 PREINSTALL_FILES +=  \
    6 $(PROJECT_ROOT)/@RTEMS_BSP@/lib \
    7 $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
    84
    95$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
     
    139        $(INSTALL_DATA) $< $@
    1410
     11## FIXME: Do not split this line into several lines
     12## A bug in automake-2.14 will generate incorrect results otherwise
     13PREINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/lib $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
  • make/custom/mcp750.cfg

    r847dbbe r399432fa  
    105105        FILE_NAME=`basename $${COMPLETE_FILE_NAME}` ;\
    106106        echo $${FILE_NAME} ;\
    107         mkdir -p $(PROJECT_ROOT)/$(RTEMS_BSP)/bin ;\
    108         $(CP) bootloader $(PROJECT_ROOT)/$(RTEMS_BSP)/bin/$${FILE_NAME}
     107        mkdir -p $(PROJECT_ROOT)/mcp750/bin ;\
     108        $(CP) bootloader $(PROJECT_ROOT)/mcp750/bin/$${FILE_NAME}
    109109endef
    110110
Note: See TracChangeset for help on using the changeset viewer.