2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
	* automake/compile.am: Acknowledge configuration-time CFLAGS.
	Remove CFLAGS_DEFAULT.
This commit is contained in:
Ralf Corsepius
2002-11-15 14:17:09 +00:00
parent cef22e874a
commit 1417e2b48a
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
* automake/compile.am: Acknowledge configuration-time CFLAGS.
Remove CFLAGS_DEFAULT.
2002-11-11 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-ss-20021111.

View File

@@ -33,7 +33,7 @@ if test "$GCC" = yes; then
]
m4_if([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
[
CFLAGS="-g -Wall"
CFLAGS=${CFLAGS--g -Wall}
fi
dnl FIXME: HACK for egcs/cygwin mixing '\\' and '/' in gcc -print-*