summaryrefslogtreecommitdiffstats
path: root/automake/compile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-24 21:59:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-24 21:59:16 +0000
commit509f835141729ea8a11869b67fc93df259db4885 (patch)
treeed1d61d3d8e3f0275d1248893e446888b05778c3 /automake/compile.am
parent2000-10-24 Alan Cudmore <alanc@linuxstart.com> and (diff)
downloadrtems-509f835141729ea8a11869b67fc93df259db4885.tar.bz2
2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* macros/enable-hwapi.m4: Removed. * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am: A small cleanup step towards gnu-canonicalization.
Diffstat (limited to '')
-rw-r--r--automake/compile.am5
1 files changed, 5 insertions, 0 deletions
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