OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_67/] [or1ksim/] [configure.in] - Blame information for rev 1242

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 jrydberg
dnl
2
dnl Configure script for the OpenRISC 1000 simulator
3
dnl
4
dnl report bugs to jrydberg@phx.pp.se
5
dnl
6
dnl Process this file with autoconf to produce a configure script.
7
 
8 18 lampret
AC_INIT(cpu/or32/execute.c)
9 10 jrydberg
AC_CANONICAL_SYSTEM
10 26 lampret
AM_INIT_AUTOMAKE(or1ksim, 1.3)
11 7 jrydberg
AM_CONFIG_HEADER(config.h)
12
 
13 18 lampret
AC_REVISION([for or1ksim-1.2, version 2.14, from autoconf version] AC_ACVERSION)
14
SIMVERSION=1.2
15 7 jrydberg
 
16
dnl make sure we are using a recent autoconf version
17
AC_PREREQ(2.10)
18
AC_CANONICAL_HOST
19
 
20 28 lampret
dnl yuck
21
case "$target_cpu" in
22
or32*)  CPU_ARCH=or32;
23
        ARCH_ISA=OR32;;
24
dlx*)   CPU_ARCH=dlx;
25
        ARCH_ISA=DLX;;
26
esac
27
AC_SUBST(CPU_ARCH)
28
 
29 7 jrydberg
# We want these before the checks, so the checks can modify their values.
30
test -z "$CFLAGS" && CFLAGS=-g auto_cflags=1
31
 
32
AC_PROG_CC
33
AC_MINIX
34
 
35 28 lampret
AC_PROG_MAKE_SET
36 7 jrydberg
 
37
# If we're using gcc and the user hasn't specified CFLAGS, add -O2 to CFLAGS.
38 28 lampret
test -n "$GCC" && test -n "$auto_cflags" && CFLAGS="$CFLAGS -O2 -D$ARCH_ISA"
39 7 jrydberg
 
40
AC_PROG_GCC_TRADITIONAL
41
AC_PROG_INSTALL
42
AC_CHECK_PROG(AR, ar, ar)
43
dnl Set default for ARFLAGS, since autoconf does not have a macro for it.
44
dnl This allows people to set it when running configure or make
45
test -n "$ARFLAGS" || ARFLAGS="cr"
46
AC_PROG_RANLIB
47
 
48
MAKE_SHELL=/bin/sh
49
 
50
AC_SUBST(MAKE_SHELL)
51
 
52 28 lampret
AC_TYPE_SIGNAL
53 7 jrydberg
AC_HEADER_STAT
54
AC_HEADER_DIRENT
55
AC_CHECK_FUNCS(strcasecmp select setenv putenv tcgetattr setlocale lstat)
56 1242 hpanther
AC_CHECK_FUNCS(strndup grantpt unlockpt ptsname on_exit)
57 7 jrydberg
AC_FUNC_STRCOLL
58
AC_CHECK_HEADERS(unistd.h stdlib.h varargs.h stdarg.h string.h \
59 1242 hpanther
                sys/ptem.h sys/pte.h sys/stream.h sys/stropts.h sys/select.h \
60 345 erez
                termcap.h termios.h termio.h sys/file.h locale.h\
61 1242 hpanther
                net/ethernet.h malloc.h)
62
AC_C_BIGENDIAN
63 7 jrydberg
 
64 202 erez
dnl check for "long long" (added by Erez)
65
AC_TRY_COMPILE(,[long long ll; unsigned long long ull;],AC_DEFINE(CC_HAS_LONG_LONG))
66
 
67 16 jrydberg
dnl check for GNU readline
68
AC_ARG_ENABLE(readline,
69
  [  --enable-readline       Use GNU readline], AC_CHECK_LIB(readline, add_history))
70
 
71 7 jrydberg
dnl yuck
72
case "$host_os" in
73
aix*)   prefer_curses=yes ;;
74
esac
75
 
76
case "$host_cpu" in
77
*cray*) LOCAL_CFLAGS=-DCRAY ;;
78
esac
79
 
80
case "$host_os" in
81
isc*)   LOCAL_CFLAGS=-Disc386 ;;
82
esac
83
 
84 132 chris
case "$host_os" in
85
solaris*) LIBS="-lsocket -lnsl" ;;
86
esac
87
 
88 175 markom
dnl define options
89
 
90 517 markom
AC_MSG_CHECKING(whether to enable profiling)
91
AC_ARG_ENABLE(profiling,
92
    [  --enable-profiling      generate profiling code], [
93
    case "$enableval" in
94
        yes) profile="-pg -a" ;;
95
    esac
96
])
97
AC_MSG_RESULT(${enable_profiling-no})
98
 
99 566 simons
fast_sim="0"
100 551 markom
AC_MSG_CHECKING(whether to compile fsim)
101
AC_ARG_ENABLE(fsim,
102
    [  --enable-fsim      compiles fsim, based on fast_config.c], [
103
    case "$enableval" in
104 557 markom
  no)  fast_sim="0" ;;
105
        yes) fast_sim="1" ;;
106 551 markom
    esac
107
])
108
AC_MSG_RESULT(${enable_fsim-no})
109
 
110 706 markom
simple_execution="0"
111
AC_MSG_CHECKING(whether to use simple execution)
112
AC_ARG_ENABLE(simple,
113
    [  --enable-simple    compiles sim with simple execution], [
114
    case "$enableval" in
115
  no)  simple_execution="0" ;;
116
        yes) simple_execution="1" ;;
117
    esac
118
])
119
AC_MSG_RESULT(${enable_simple-no})
120
 
121 849 markom
eth_phy="0"
122
AC_MSG_CHECKING(whether to enable ethernet phy emulation)
123
AC_ARG_ENABLE(ethphy,
124 894 simons
    [  --enable-ethphy    compiles sim with ethernet phy support], [
125 849 markom
    case "$enableval" in
126
  no)  eth_phy="0" ;;
127
        yes) eth_phy="1" ;;
128
    esac
129
])
130
AC_MSG_RESULT(${enable_eth_phy-no})
131
 
132
 
133 721 markom
raw_range_stats="0"
134
AC_MSG_CHECKING(whether to use raw range stats)
135
AC_ARG_ENABLE(range_stats,
136
    [  --enable-range-stats      Specifies, whether we should do register accesses over time analysis.], [
137
    case "$enableval" in
138
  no)  raw_range_stats="0" ;;
139
        yes) raw_range_stats="1" simple_execution="1" ;;
140
    esac
141
])
142
AC_MSG_RESULT(${enable_range_stats-no})
143
 
144 910 lampret
set_ov_flag="0"
145 721 markom
AC_MSG_CHECKING(whether instructions set overflow flag)
146
AC_ARG_ENABLE(ov_flag,
147
    [  --enable-ov-flag      Whether instructions set overflow flag.], [
148
    case "$enableval" in
149
  no)  set_ov_flag="0" ;;
150
        yes) set_ov_flag="1" ;;
151
    esac
152
])
153
AC_MSG_RESULT(${enable_ov_flag-no})
154
 
155 910 lampret
set_arith_flag="0"
156 721 markom
AC_MSG_CHECKING(whether arithmethic instructions set flag)
157
AC_ARG_ENABLE(arith_flag,
158
    [  --enable-arith-flag      Whether arithmethic instructions setflag.], [
159
    case "$enableval" in
160
  no)  set_arith_flag="0" ;;
161
        yes) set_arith_flag="1" ;;
162
    esac
163
])
164
AC_MSG_RESULT(${enable_arith_flag-no})
165
 
166
AC_DEFINE_UNQUOTED(FAST_SIM, $fast_sim)
167
AC_DEFINE_UNQUOTED(RAW_RANGE_STATS, $raw_range_stats)
168
AC_DEFINE_UNQUOTED(SET_OV_FLAG, $set_ov_flag)
169
AC_DEFINE_UNQUOTED(ARITH_SET_FLAG, $set_arith_flag)
170 849 markom
AC_DEFINE_UNQUOTED(HAVE_ETH_PHY, $eth_phy)
171 706 markom
AC_DEFINE_UNQUOTED(SIMPLE_EXECUTION, $simple_execution)
172
AM_CONDITIONAL(SIMPLE_EXECUTION, test x$simple_execution = x1)
173
 
174 721 markom
 
175 175 markom
AC_MSG_CHECKING(for implementation-specific data)
176
AC_ARG_ENABLE(impl,
177
    [  --enable-impl=     use -specific environment
178
                          (one of: bender, mp3, default)], [
179
    case "$enableval" in
180
        no|default)        IMPL="DEFAULT" ;;
181
        mp3)               IMPL="MP3"     ;;
182
        bender)            IMPL="BENDER"  ;;
183
        *)
184
            AC_MSG_RESULT(failed)
185
            AC_MSG_ERROR([bad --enable-impl option])
186
            ;;
187
    esac
188
])
189
AC_MSG_RESULT(${IMPL=DEFAULT})
190
if test "$IMPL" = "DEFAULT"
191
then
192
    AC_MSG_WARN([using default environment])
193
fi
194 517 markom
 
195
test -n "$profile"  && CFLAGS="$CFLAGS $profile" LDFLAGS="$LDFLAGS $profile"
196 175 markom
IMPL="-DIMPL_$IMPL"
197 518 markom
# CFLAGS="$CFLAGS -O4"
198 175 markom
 
199 7 jrydberg
BUILD_DIR=`pwd`
200
AC_SUBST(BUILD_DIR)
201
 
202
AC_SUBST(CFLAGS)
203
AC_SUBST(LOCAL_CFLAGS)
204
AC_SUBST(LOCAL_LDFLAGS)
205
AC_SUBST(LOCAL_DEFS)
206
 
207
AC_SUBST(AR)
208
AC_SUBST(ARFLAGS)
209
 
210
AC_SUBST(host_cpu)
211
AC_SUBST(host_os)
212
AC_SUBST(host)
213
 
214
AC_SUBST(SUMVERSION)
215
AC_SUBST(TERMCAP_LIB)
216
 
217 123 markom
AC_DEFINE(HAS_EXECUTION)
218 371 markom
AC_DEFINE(HAS_DEBUG)
219 7 jrydberg
 
220
dnl yuck
221 397 markom
INCLUDES="-I\${top_srcdir} -I\${top_srcdir}/cpu/common -I\${top_srcdir}/cpu/or1k \
222 26 lampret
-I\${top_srcdir}/cpu/$CPU_ARCH -I\${top_srcdir}/cache -I\${top_srcdir}/mmu \
223 103 lampret
-I\${top_srcdir}/bpb -I\${top_srcdir}/peripheral -I\${top_srcdir}/tick \
224 1076 rprescott
-I\${top_srcdir}/peripheral/channels \
225 807 markom
-I\${top_srcdir}/pm -I\${top_srcdir}/pic -I\${top_srcdir}/debug \
226 897 markom
-I\${top_srcdir}/vapi -I\${top_srcdir}/support -I\${top_srcdir}/cuc"
227 7 jrydberg
AC_SUBST(INCLUDES)
228
 
229
AC_OUTPUT([Makefile bpb/Makefile cache/Makefile cpu/Makefile
230 879 markom
        cpu/common/Makefile cpu/or32/Makefile cuc/Makefile
231 221 markom
        cpu/or1k/Makefile cpu/dlx/Makefile debug/Makefile
232 103 lampret
        support/Makefile mmu/Makefile peripheral/Makefile tick/Makefile
233 1074 rprescott
        peripheral/channels/Makefile
234 1242 hpanther
        pm/Makefile pic/Makefile vapi/Makefile extras/Makefile],
235 7 jrydberg
[
236
# Makefile uses this timestamp file to record whether config.h is up to date.
237
echo > stamp-h
238
])

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.