summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 19:33:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 19:33:28 +0000
commit1f4209062470521191284462f164fc7b3d868b75 (patch)
tree42f99603c33e0bbfce1ef77057a9b745eb6739d0 /c/src
parentAdded shell of information on resources for embedded information. (diff)
downloadrtems-1f4209062470521191284462f164fc7b3d868b75.tar.bz2
Patch to ease building MCP750 BSP.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libcpu/powerpc/shared/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/shared/Makefile.in b/c/src/lib/libcpu/powerpc/shared/Makefile.in
index 8b7e50dc3d..63a7d802a6 100644
--- a/c/src/lib/libcpu/powerpc/shared/Makefile.in
+++ b/c/src/lib/libcpu/powerpc/shared/Makefile.in
@@ -58,7 +58,10 @@ preinstall :
$(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/libcpu
all: ${ARCH} $(SRCS) preinstall $(OBJ) $(LIB)
- # cd wrapup; $(MAKE)
+ if [ $(RTEMS_CPU_MODEL) == "mpc750" ]; \
+ then \
+ cd wrapup; $(MAKE); \
+ fi
# the .rel file built here will be put into libcpu.a by ../wrapup/Makefile
install: all