Ignore:
Timestamp:
07/23/99 19:33:28 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e5dafccb
Parents:
00d11bb7
Message:

Patch to ease building MCP750 BSP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/powerpc/shared/Makefile.in

    r00d11bb7 r1f42090  
    5959
    6060all:    ${ARCH} $(SRCS) preinstall $(OBJ) $(LIB)
    61         # cd wrapup; $(MAKE)
     61        if [ $(RTEMS_CPU_MODEL) == "mpc750" ]; \
     62        then \
     63                 cd wrapup; $(MAKE); \
     64        fi
    6265
    6366# the .rel file built here will be put into libcpu.a by ../wrapup/Makefile
Note: See TracChangeset for help on using the changeset viewer.