2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>

* aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
	  being used to compile "tools").
This commit is contained in:
Ralf Corsepius
2007-03-27 06:15:16 +00:00
parent 9b754a25bf
commit 884fba65b2
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
being used to compile "tools").
2007-03-12 Joel Sherrill <joel@OARcorp.com> 2007-03-12 Joel Sherrill <joel@OARcorp.com>
* libchip/network/cs8900.c, libchip/network/cs8900.h, * libchip/network/cs8900.c, libchip/network/cs8900.h,

View File

@@ -28,6 +28,7 @@ if test "$no_recursion" != yes; then
-target ) ac_prev=target_alias ;; -target ) ac_prev=target_alias ;;
-build* | --build* ) ;; -build* | --build* ) ;;
-build ) ac_prev_build_alias ;; -build ) ac_prev_build_alias ;;
CFLAGS=* );; # HACK: Strip CFLAGS
*_alias=* ) ;; # HACK: Workaround to autoconf passing *_alias *_alias=* ) ;; # HACK: Workaround to autoconf passing *_alias
], ],
[rtems_configure_args]) [rtems_configure_args])