* gdb.base/fileio.c: Include unistd.h as required for lseek(2).
[deliverable/binutils-gdb.git] / sim / configure.in
CommitLineData
c906108c 1dnl Process this file with autoconf to produce a configure script.
c2d11a7d 2AC_PREREQ(2.13)dnl
c906108c
SS
3AC_INIT(Makefile.in)
4
5AC_PROG_CC
6AC_PROG_INSTALL
7AC_CHECK_TOOL(AR, ar)
8AC_CHECK_TOOL(RANLIB, ranlib, :)
9
10AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..)
11AC_CANONICAL_SYSTEM
12AC_ARG_PROGRAM
13AC_PROG_CC
14AC_SUBST(CFLAGS)
15AC_SUBST(HDEFINES)
16AR=${AR-ar}
17AC_SUBST(AR)
18AC_PROG_RANLIB
19
20# Put a plausible default for CC_FOR_BUILD in Makefile.
c906108c
SS
21if test "x$cross_compiling" = "xno"; then
22 CC_FOR_BUILD='$(CC)'
23else
24 CC_FOR_BUILD=gcc
25fi
26AC_SUBST(CC_FOR_BUILD)
27
28# If a cpu ever has more than one simulator to choose from, use
29# --enable-sim=... to choose.
30AC_ARG_ENABLE(sim,
31[ --enable-sim ],
32[case "${enableval}" in
33yes | no) ;;
34*) AC_MSG_ERROR(bad value ${enableval} given for --enable-sim option) ;;
35esac])
36
37# Assume simulator can be built with cc.
38# If the user passes --enable-sim built it regardless of $(CC).
39only_if_gcc=no
40only_if_enabled=no
41extra_subdirs=common
42
43# WHEN ADDING ENTRIES TO THIS MATRIX:
44# Make sure that the left side always has two dashes. Otherwise you
45# can get spurious matches. Even for unambiguous cases, do this as a
46# convention, else the table becomes a real mess to understand and maintain.
47
48case "${target}" in
2acceee2 49 arm*-*-* | thumb*-*-*)
6426a772
JM
50 sim_target=arm
51 extra_subdirs="${extra_subdirs} testsuite"
52 ;;
bcd65766
NC
53 strongarm*-*-*)
54 sim_target=arm
55 extra_subdirs="${extra_subdirs} testsuite"
56 ;;
f1129fb8
NC
57 xscale-*-*)
58 sim_target=arm
59 extra_subdirs="${extra_subdirs} testsuite"
60 ;;
c906108c 61 d10v-*-*) sim_target=d10v ;;
3fbeef0b
AC
62# OBSOLETE d30v-*-*)
63# OBSOLETE sim_target=d30v
64# OBSOLETE only_if_gcc=yes
65# OBSOLETE extra_subdirs="${extra_subdirs} igen"
66# OBSOLETE ;;
7a3085c1 67# OBSOLETE fr30-*-*) sim_target=fr30 ;;
b4ab4027 68 frv-*-*) sim_target=frv
5fe8b0df
MS
69 extra_subdirs="${extra_subdirs} testsuite"
70 ;;
b4ab4027
DB
71 h8300*-*-*)
72 sim_target=h8300
84fabdf6
DB
73 extra_subdirs="${extra_subdirs} testsuite"
74 ;;
c906108c
SS
75 h8500-*-*) sim_target=h8500 ;;
76 i960-*-*) sim_target=i960 ;;
77 m32r-*-*) sim_target=m32r ;;
5d031c16 78 m68hc11-*-*|m6811-*-*) sim_target=m68hc11 ;;
7a292a7a 79 mcore-*-*) sim_target=mcore ;;
c906108c
SS
80 mips*-*-*)
81 # The MIPS simulator can only be compiled by gcc.
82 sim_target=mips
83 only_if_gcc=yes
df0a8012 84 extra_subdirs="${extra_subdirs} igen testsuite"
c906108c
SS
85 ;;
86 mn10300*-*-*)
87 # The mn10300 simulator can only be compiled by gcc.
88 sim_target=mn10300
89 only_if_gcc=yes
90 extra_subdirs="${extra_subdirs} igen"
91 ;;
92 mn10200*-*-*)
93 sim_target=mn10200
94 ;;
ac78c4ba
MS
95 sh*-*-*)
96 sim_target=sh
97 extra_subdirs="${extra_subdirs} testsuite"
98 ;;
457174f6
AC
99 powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
100 powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )
c906108c
SS
101 # The PowerPC simulator uses the GCC extension long long as well as
102 # ANSI prototypes, so don't enable it for random host compilers
103 # unless asked to.
104 sim_target=ppc
105 only_if_gcc=yes
106 #extra_subdirs="${extra_subdirs}"
107 ;;
6c29acca
AC
108 tic80-*-*)
109 sim_target=tic80
110 only_if_gcc=yes
111 extra_subdirs="${extra_subdirs} igen"
112 ;;
c906108c
SS
113 v850-*-*)
114 # The V850 simulator can only be compiled by gcc.
115 sim_target=v850
116 extra_subdirs="${extra_subdirs} igen"
117 only_if_gcc=yes
118 ;;
119 v850e-*-*)
120 # The V850 simulator can only be compiled by gcc.
121 sim_target=v850
122 extra_subdirs="${extra_subdirs} igen"
123 only_if_gcc=yes
124 ;;
125 v850ea-*-*)
126 # The V850 simulator can only be compiled by gcc.
127 sim_target=v850
128 extra_subdirs="${extra_subdirs} igen"
129 only_if_gcc=yes
130 ;;
131 w65-*-*)
132 sim_target=w65
133 # The w65 is suffering from gradual decay.
134 only_if_enabled=yes
135 ;;
136 z8k*-*-*) sim_target=z8k ;;
137 sparc64-*-*)
138 only_if_gcc=yes
7a292a7a 139 sim_target=none # Don't build erc32 if sparc64.
c906108c
SS
140 ;;
141 sparclite*-*-* | sparc86x*-*-*)
142 # The SPARC simulator can only be compiled by gcc.
143 only_if_gcc=yes
7a292a7a 144 sim_target=erc32
c906108c
SS
145 ;;
146 sparc*-*-*)
147 # The SPARC simulator can only be compiled by gcc.
148 only_if_gcc=yes
7a292a7a
SS
149 # Unfortunately erc32 won't build on many hosts, so only enable
150 # it if the user really really wants it.
151 only_if_enabled=yes
152 sim_target=erc32
c906108c
SS
153 ;;
154 *) sim_target=none ;;
155esac
156
157
c906108c
SS
158# Is there a testsuite directory for the target?
159testdir=`echo ${target} | sed -e 's/-.*-/-/'`
160if test -r ${srcdir}/testsuite/${testdir}/configure ; then
161 extra_subdirs="${extra_subdirs} testsuite"
162fi
163
164
165case "${enable_sim}" in
166no) sim_target=none ;;
167yes)
168 if test ${only_if_gcc} = yes ; then
169 if test "${GCC}" != yes ; then
170 echo "Can't enable simulator since not compiling with GCC."
171 sim_target=none
172 fi
173 fi
174 ;;
175*)
176 if test ${only_if_enabled} = yes ; then
177 sim_target=none
178 else
179 if test ${only_if_gcc} = yes ; then
180 if test "${GCC}" != yes ; then
181 sim_target=none
182 fi
183 fi
184 fi
185 ;;
186esac
187
188if test x"${sim_target}" != xnone ; then
189 configdirs="${extra_subdirs} ${sim_target}"
190 AC_CONFIG_SUBDIRS($configdirs)
191fi
192
193AC_OUTPUT(Makefile)
194
195exit 0
This page took 0.361222 seconds and 4 git commands to generate.