gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / sim / bfin / configure.ac
CommitLineData
ef016f83 1dnl Process this file with autoconf to produce a configure script.
ef016f83 2AC_INIT(Makefile.in)
9c082ca8 3sinclude(../common/acinclude.m4)
ef016f83 4
6ffe910a 5SIM_AC_COMMON
ef016f83 6
1ac72f06 7SIM_AC_OPTION_ENDIAN(LITTLE)
ef016f83 8SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
ef016f83 9SIM_AC_OPTION_DEFAULT_MODEL(bf537)
ef016f83
MF
10SIM_AC_OPTION_WARNINGS
11SIM_AC_OPTION_HARDWARE(yes,,\
12 bfin_cec \
13 bfin_ctimer \
14 bfin_dma \
15 bfin_dmac \
16 bfin_ebiu_amc \
17 bfin_ebiu_ddrc \
18 bfin_ebiu_sdc \
19 bfin_emac \
20 bfin_eppi \
21 bfin_evt \
b5215db0 22 bfin_gpio \
07c5891d 23 bfin_gpio2 \
ef016f83
MF
24 bfin_gptimer \
25 bfin_jtag \
26 bfin_mmu \
27 bfin_nfc \
28 bfin_otp \
c43aadca 29 bfin_pfmon \
050396e5 30 bfin_pint \
ef016f83
MF
31 bfin_pll \
32 bfin_ppi \
33 bfin_rtc \
34 bfin_sic \
35 bfin_spi \
36 bfin_trace \
37 bfin_twi \
38 bfin_uart \
39 bfin_uart2 \
40 bfin_wdog \
41 bfin_wp \
42 eth_phy \
43)
44
9e6584c9 45AC_CHECK_FUNCS([getuid getgid geteuid getegid setuid setgid mmap munmap kill pread])
84de2f06
MF
46AC_CHECK_HEADERS([ \
47 linux/if_tun.h \
48 linux/mii.h \
49 linux/types.h \
50 net/if.h \
51 sys/ioctl.h \
52 sys/mman.h \
53])
ef016f83 54
ef016f83
MF
55PKG_PROG_PKG_CONFIG
56PKG_CHECK_MODULES(SDL, sdl, [
57 AC_CHECK_LIB(dl, dlopen, [
58 SDL_CFLAGS="${SDL_CFLAGS} -DHAVE_SDL"
59 SDL_LIBS="-ldl"
60 ], [SDL_CFLAGS= SDL_LIBS=])
61 ], [:])
62AC_SUBST(SDL_CFLAGS)
63AC_SUBST(SDL_LIBS)
64
65SIM_AC_OUTPUT
This page took 0.425324 seconds and 4 git commands to generate.