Patch rtems-rc-20000104-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>

which fixes some PowerPC specific bugs.
This commit is contained in:
Joel Sherrill
2000-01-10 18:16:59 +00:00
parent 89703c313a
commit f983d571ab
3 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ $(PROJECT_INCLUDE)/libcpu:
$(PROJECT_INCLUDE)/libcpu/%.h: %.h
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
$(PROJECT_INCLUDE)/libcpu/raw_exception.h
#
@@ -37,7 +37,7 @@ AM_CFLAGS = $(CFLAGS_OS_V)
$(PGM): $(exceptions_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM) $(TMPINSTALL_FILES)
all-local: ${ARCH} $(PREINSTALL_FILES) $(PGM)
EXTRA_DIST = $(C_FILES) $(S_FILES)