From 432834560293094335873531fef84a4a98606180 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Dec 1999 17:45:14 +0000 Subject: Patch rtems-rc-19991123-rc-2.diff from Ralf Corsepius : The patch below provides * automake support for score/cpu/powerpc * The hack to propagate values from *.cfg to automake configuration * A fix for librdbg/powerpc/mcp750/Makefile.am (Was completely corrupted before) * Fixes some files which apparently where missing in rtems-rc-19991123-rc-2.diff * some minor configuration related patches To apply: rm -rf ./c/src/exec/score/cpu/powerpc/wrap patch -p1 < rtems-rc-19991123-rc-3.diff Attention: c/src/exec/score/cpu/[configure.in|aclocal.m4|configure] should be removed after applying the patch. --- c/src/exec/score/cpu/powerpc/Makefile.in | 33 -------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 c/src/exec/score/cpu/powerpc/Makefile.in (limited to 'c/src/exec/score/cpu/powerpc/Makefile.in') diff --git a/c/src/exec/score/cpu/powerpc/Makefile.in b/c/src/exec/score/cpu/powerpc/Makefile.in deleted file mode 100644 index 56599caf68..0000000000 --- a/c/src/exec/score/cpu/powerpc/Makefile.in +++ /dev/null @@ -1,33 +0,0 @@ -# -# $Id$ -# - -@SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = .. -subdir = powerpc - -RTEMS_ROOT = @RTEMS_ROOT@ -PROJECT_ROOT = @PROJECT_ROOT@ - -VPATH = @srcdir@ - -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(RTEMS_ROOT)/make/directory.cfg - -INSTALL_CHANGE = @INSTALL_CHANGE@ - -SHARED_LIB = shared - -ifeq ($(RTEMS_PPC_EXCEPTION_PROCESSING_MODEL),new) -CPUDIR = new_exception_processing -else -CPUDIR = old_exception_processing -endif - -SUBDIRS = $(CPUDIR) $(SHARED_LIB) - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -- cgit v1.2.3