aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r-gx/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32r-gx/configure.in')
-rw-r--r--sim/m32r-gx/configure.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/sim/m32r-gx/configure.in b/sim/m32r-gx/configure.in
deleted file mode 100644
index bcfdd8c..0000000
--- a/sim/m32r-gx/configure.in
+++ /dev/null
@@ -1,28 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-sinclude(../common/aclocal.m4)
-AC_PREREQ(2.5)dnl
-AC_INIT(Makefile.in)
-
-
-SIM_AC_COMMON
-
-program_transform_name="s,^,${program_prefix}gx-,"
-target_alias="${target_alias}-gx"
-
-sim_link_files="${sim_link_files} m32r-sim.h ../../opcodes/m32r-opc.h"
-sim_link_links="${sim_link_links} cpu-sim.h cpu-opc.h"
-
-SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
-SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
-SIM_AC_OPTION_HOSTENDIAN
-SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
-SIM_AC_OPTION_ENVIRONMENT
-SIM_AC_OPTION_INLINE
-
-AC_CHECK_LIB(dl, dlopen)
-AC_CHECK_FUNCS(getenv)
-
-SIM_AC_OUTPUT
-
-
-