summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-11 04:52:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-11 04:52:39 +0000
commit73733dc518025799323907e0fa199695b0624ab4 (patch)
tree8e5647839e10a37052ba4ee7aeb7041ef9cb5840 /c/src/lib/libbsp/powerpc/motorola_powerpc
parentCosmetics. (diff)
downloadrtems-73733dc518025799323907e0fa199695b0624ab4.tar.bz2
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in RTEMS_BSP_CONFIGURE).
Diffstat (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac4
2 files changed, 5 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
index 8c30a6d5fe..8642f26b36 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Remove explicit ampolish3 support (now in
+ RTEMS_BSP_CONFIGURE).
+
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add ampolish3 support.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
index 239c5d9baa..130de58747 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
@@ -41,10 +41,6 @@ RTEMS_BSPOPTS_SET([mpc8240],[*],[])
RTEMS_BSPOPTS_HELP([mpc8240],
[Defined for boards with MPC8240 -- undefined for others])
-AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
-AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
- && test -n "$AMPOLISH3"])
-
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
bootloader/Makefile])