From 270e3cce9610120bfc3b818bde99ffaf8f880940 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Jul 2000 14:56:04 +0000 Subject: Patch rtems-rc-20000711-1-cvs.diff from Ralf Corsepius that decouples exec/ for the sh, m68k and i960 from targopts.h. NOTE: The change to system.h is a hack to enable cpuopts.h for some targets, but keep using targopts.h for others - I know it does *not* work for sparc, mips, i386 and ppc. This will have to be addressed as work continues on multilibing. --- c/src/lib/libbsp/m68k/dmv152/console/Makefile.am | 2 ++ c/src/lib/libbsp/m68k/mvme167/console/Makefile.am | 1 + 2 files changed, 3 insertions(+) (limited to 'c/src/lib/libbsp/m68k') diff --git a/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am index d4e5619fac..9a6f5f7147 100644 --- a/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am @@ -14,6 +14,8 @@ OBJS = $(C_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../automake/lib.am +AM_CPPFLAGS += $(BSP_CPPFLAGS) + # # (OPTIONAL) Add local stuff here using += # diff --git a/c/src/lib/libbsp/m68k/mvme167/console/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/console/Makefile.am index d4e5619fac..7c0b1d1b2a 100644 --- a/c/src/lib/libbsp/m68k/mvme167/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/console/Makefile.am @@ -14,6 +14,7 @@ OBJS = $(C_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../automake/lib.am +AM_CPPFLAGS += $(BSP_CPPFLAGS) # # (OPTIONAL) Add local stuff here using += # -- cgit v1.2.3