summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMaxim Uvarov <muvarov@gmail.com>2010-09-06 19:03:22 +0400
committerSimon Horman <horms@verge.net.au>2010-09-07 11:48:03 +0900
commitdbe1163152ef6fca2a1bd22e11e219f58fd40c08 (patch)
tree4720008235f47ce59ce2de145f62d148168c8bb4 /configure.ac
parentf6d67ea658132150f6177edef354979857e0afab (diff)
downloadkexec-tools-dbe1163152ef6fca2a1bd22e11e219f58fd40c08.tar.gz
Revert "powerpc new toolchains fix (crt.S)"
This reverts commit 45e8f29639d9f97b74389e5bd28c7a5cccbf3e2a. purgatory/arch/ppc/crt.S and purgatory/arch/ppc/misc.S are the same files. Signed-off-by: Maxim Uvarov <muvarov@gmail.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 7f6acc63..2960c25e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,15 +159,6 @@ if test "$with_xen" = yes ; then
AC_MSG_NOTICE([Xen support disabled])))
fi
-dnl new toolchains
-if test "$ARCH" = ppc; then
-AC_ARG_WITH([oldtoolchain],
- AC_HELP_STRING([--with-oldtoolchain],[compile without crt.S
- required for new toolchains]),
- AC_DEFINE(PPC_OLDTOOLCHAIN, 1,
- [Define to compile with old toolchains]))
-fi
-
dnl ---Sanity checks
if test "$CC" = "no"; then AC_MSG_ERROR([cc not found]); fi
if test "$CPP" = "no"; then AC_MSG_ERROR([cpp not found]); fi