summaryrefslogtreecommitdiffstats
path: root/aclocal/canonical-target-name.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-14 17:30:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-14 17:30:22 +0000
commit37b5d78153e68ccf08db8a6eb4e9848f83aec8e3 (patch)
treeff0a244a57ed65f0d2b1cfdf0dd68d0d480475b6 /aclocal/canonical-target-name.m4
parent2001-09-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-37b5d78153e68ccf08db8a6eb4e9848f83aec8e3.tar.bz2
2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead of AC_CANONICAL_SYSTEM. * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of mkinstalldirs and mkdir. * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS, hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce _RTEMS_OUTPUT_BUILD_SUBDIRS.
Diffstat (limited to '')
-rw-r--r--aclocal/canonical-target-name.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index 0fb1fd777d..1b491c0b15 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -10,7 +10,7 @@ dnl and we have to fix it for rtems ourselves
AC_DEFUN(RTEMS_CANONICAL_TARGET_CPU,
[
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_TARGET
AC_MSG_CHECKING(rtems target cpu)
case "${target}" in
# hpux unix port should go here