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.
This commit is contained in:
parent
2c7cc02f96
commit
82931068f4
1113
sim/ppc/configure
vendored
1113
sim/ppc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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).],
|
||||
|
Loading…
x
Reference in New Issue
Block a user