2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>

* aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
This commit is contained in:
Ralf Corsepius
2006-11-15 09:55:27 +00:00
parent 71986114ad
commit e4a0c4e9a1
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
* aclocal/prog-cc.m4: Remove CFLAGS. * aclocal/prog-cc.m4: Remove CFLAGS.
* configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS. * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
Compose CFLAGS. Append CFLAGS to ac_configure_args. Compose CFLAGS. Append CFLAGS to ac_configure_args.

View File

@@ -71,10 +71,6 @@ rtems_configure_args="$ac_configure_args"
]) ])
]) ])
## FIXME: This is obsolete. Only kept for backward compatibility
AU_DEFUN([RTEMS_OUTPUT_BUILD_SUBDIRS],[])
dnl dnl
dnl Misc utility macros for subdir handling to work around missing abilities dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS dnl in autoconf, automake and structural issues with RTEMS