summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-05-16 14:32:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-05-16 14:32:21 +0000
commit4bee7d9c3cb524aae73e4cfb21abedaa2e18501a (patch)
tree1f5c7a024ba49059e37a0374e258fbd39e450c74 /c/src/lib/libcpu/sparc/configure.ac
parent2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4bee7d9c3cb524aae73e4cfb21abedaa2e18501a.tar.bz2
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Use RTEMS_AMPOLISH3.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/sparc/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/sparc/configure.ac b/c/src/lib/libcpu/sparc/configure.ac
index 6469b45fc0..a91243bcb2 100644
--- a/c/src/lib/libcpu/sparc/configure.ac
+++ b/c/src/lib/libcpu/sparc/configure.ac
@@ -24,9 +24,7 @@ RTEMS_PROG_CCAS
AM_CONDITIONAL(has_instruction_cache, test "$RTEMS_CPU_MODEL" = "leon1" \
|| test "$RTEMS_CPU_MODEL" = "leon2" )
-AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
-AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
- && test -n "$AMPOLISH3"])
+RTEMS_AMPOLISH3
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])