From 509f835141729ea8a11869b67fc93df259db4885 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 24 Oct 2000 21:59:16 +0000 Subject: 2000-10-24 Ralf Corsepius * macros/enable-hwapi.m4: Removed. * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am: A small cleanup step towards gnu-canonicalization. --- automake/compile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'automake/compile.am') diff --git a/automake/compile.am b/automake/compile.am index a6c340c28b..0a7a5a7422 100644 --- a/automake/compile.am +++ b/automake/compile.am @@ -275,6 +275,7 @@ RTEMS_CFLAGS__V = $(RTEMS_CFLAGS_OPTIMIZE_V) ## FIXME: This will probably vanish, when GNU canonicalization will be ## introduced +if RTEMS_CANONICALIZATION CC = $(CC_FOR_TARGET) $(GCCSPECS) CXX = $(CXX_FOR_TARGET) $(GCCSPECS) @@ -294,6 +295,10 @@ SIZE_FOR_TARGET = @SIZE_FOR_TARGET@ SIZE = $(SIZE_FOR_TARGET) STRIP_FOR_TARGET = @STRIP_FOR_TARGET@ STRIP = $(STRIP_FOR_TARGET) +else +CC = @CC@ $(GCCSPECS) +CXX = @CXX@ $(GCCSPECS) +endif ## ## FIXME: DEFS and INCLUDES should not be passed as AM_CPPFLAGS -- cgit v1.2.3