aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-02 00:12:51 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-02 00:35:45 -0500
commit82931068f4d6e82e686e384fde89c3b2eb3e349a (patch)
treeb60f0fef22434a9d12d7d68a2abb5b2b28c1624f /sim/ppc/configure.ac
parent2c7cc02f964fa9cf1e2af6873f4a609eb9f0cf3a (diff)
downloadfsf-binutils-gdb-82931068f4d6e82e686e384fde89c3b2eb3e349a.zip
fsf-binutils-gdb-82931068f4d6e82e686e384fde89c3b2eb3e349a.tar.gz
fsf-binutils-gdb-82931068f4d6e82e686e384fde89c3b2eb3e349a.tar.bz2
sim: ppc: drop configure compiler checks
Now that the ppc script only checks configure options and sets up variables in the Makefile from those, delete all the compile related logic to greatly simplify the configure script.
Diffstat (limited to 'sim/ppc/configure.ac')
-rw-r--r--sim/ppc/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac
index 6dfc533..a68d972 100644
--- a/sim/ppc/configure.ac
+++ b/sim/ppc/configure.ac
@@ -2,12 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../.. ../../config])
-AC_PROG_INSTALL
-AC_PROG_CC
-
-dnl The sim shouldn't be checking $target and changing behavior. But it is,
-dnl and until we clean that up, we need to expand --target for use below.
-AC_CANONICAL_SYSTEM
AC_ARG_ENABLE(sim-bitsize,
[ --enable-sim-bitsize=n Specify target bitsize (32 or 64).],