summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-14 00:25:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-14 00:25:00 +0000
commit04a6b0da6e0ceb59efa35d67489f8ade3392a57a (patch)
tree72621d516bf419b38246480d54ebe1e80ea21d53 /configure.ac
parent2003-03-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-04a6b0da6e0ceb59efa35d67489f8ade3392a57a.tar.bz2
2003-03-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Reformat build_* handling. Preset *_alias if empty. * configure.ac: Change tools/build to build-config dirs. Conditionally build tools/build as host-config dirs.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f419d76d2a..d2b90cf68c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,12 +52,12 @@ fi
## * tools/build are host-native tools to be installed on the host.
## * tools/cpu are host-native or host-cross-target-tools
-RTEMS_HOST_CONFIG_SUBDIRS([tools/build])
+RTEMS_BUILD_CONFIG_SUBDIRS([tools/build])
RTEMS_BUILD_CONFIG_SUBDIRS([tools/cpu])
# Some BSPs carelessly apply these tools as build-tools
AS_IF([test $host != $build],[
-RTEMS_BUILD_CONFIG_SUBDIRS([tools/build])
+RTEMS_HOST_CONFIG_SUBDIRS([tools/build])
])
AS_IF([test x"${enable_docs}" = x"yes"],