summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMaxim Uvarov <muvarov@gmail.com>2010-09-07 19:10:25 +0400
committerSimon Horman <horms@verge.net.au>2010-09-09 09:44:13 +0900
commit62e9b42c82b6779a2802ff69460db93d406669ec (patch)
tree4720008235f47ce59ce2de145f62d148168c8bb4 /configure.ac
parent66969c5f3b039df6f5b96e4115f83e502834c01e (diff)
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 7f6acc6..2960c25 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