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:13:04 +00:00
parent 92de627004
commit d48955eaad
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-13 Joel Sherrill <joel@OARcorp.com> 2007-03-13 Joel Sherrill <joel@OARcorp.com>
* libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer. * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.

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])