2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/bsp-alias.m4: Remove score603e_g1.
	* aclocal/check-bsps.m4: Remove score603e_g1.
	* aclocal/prog-cc.m4: Apply m4_if.
This commit is contained in:
Joel Sherrill
2001-11-21 18:36:51 +00:00
parent 81e5df8228
commit 8e54186822
4 changed files with 8 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
if test "$GCC" = yes; then
]
ifelse([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
m4_if([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
[
CFLAGS="-g -Wall"
fi