Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: sim/bfin/configure.ac

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/bfin/configure ('k') | sim/bfin/devices.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.64)dnl 2 AC_PREREQ(2.64)dnl
3 AC_INIT(Makefile.in) 3 AC_INIT(Makefile.in)
4 sinclude(../common/acinclude.m4) 4 sinclude(../common/acinclude.m4)
5 5
6 SIM_AC_COMMON 6 SIM_AC_COMMON
7 7
8 SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN) 8 SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
9 SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT) 9 SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
10 SIM_AC_OPTION_HOSTENDIAN 10 SIM_AC_OPTION_HOSTENDIAN
11 SIM_AC_OPTION_DEFAULT_MODEL(bf537) 11 SIM_AC_OPTION_DEFAULT_MODEL(bf537)
12 SIM_AC_OPTION_ENVIRONMENT 12 SIM_AC_OPTION_ENVIRONMENT
13 SIM_AC_OPTION_INLINE 13 SIM_AC_OPTION_INLINE
14 SIM_AC_OPTION_WARNINGS 14 SIM_AC_OPTION_WARNINGS
15 SIM_AC_OPTION_HARDWARE(yes,,\ 15 SIM_AC_OPTION_HARDWARE(yes,,\
16 bfin_cec \ 16 bfin_cec \
17 bfin_ctimer \ 17 bfin_ctimer \
18 bfin_dma \ 18 bfin_dma \
19 bfin_dmac \ 19 bfin_dmac \
20 bfin_ebiu_amc \ 20 bfin_ebiu_amc \
21 bfin_ebiu_ddrc \ 21 bfin_ebiu_ddrc \
22 bfin_ebiu_sdc \ 22 bfin_ebiu_sdc \
23 bfin_emac \ 23 bfin_emac \
24 bfin_eppi \ 24 bfin_eppi \
25 bfin_evt \ 25 bfin_evt \
26 bfin_gpio \ 26 bfin_gpio \
27 bfin_gpio2 \
27 bfin_gptimer \ 28 bfin_gptimer \
28 bfin_jtag \ 29 bfin_jtag \
29 bfin_mmu \ 30 bfin_mmu \
30 bfin_nfc \ 31 bfin_nfc \
31 bfin_otp \ 32 bfin_otp \
32 bfin_pfmon \ 33 bfin_pfmon \
34 bfin_pint \
33 bfin_pll \ 35 bfin_pll \
34 bfin_ppi \ 36 bfin_ppi \
35 bfin_rtc \ 37 bfin_rtc \
36 bfin_sic \ 38 bfin_sic \
37 bfin_spi \ 39 bfin_spi \
38 bfin_trace \ 40 bfin_trace \
39 bfin_twi \ 41 bfin_twi \
40 bfin_uart \ 42 bfin_uart \
41 bfin_uart2 \ 43 bfin_uart2 \
42 bfin_wdog \ 44 bfin_wdog \
(...skipping 28 matching lines...) Expand all
71 PKG_CHECK_MODULES(SDL, sdl, [ 73 PKG_CHECK_MODULES(SDL, sdl, [
72 AC_CHECK_LIB(dl, dlopen, [ 74 AC_CHECK_LIB(dl, dlopen, [
73 SDL_CFLAGS="${SDL_CFLAGS} -DHAVE_SDL" 75 SDL_CFLAGS="${SDL_CFLAGS} -DHAVE_SDL"
74 SDL_LIBS="-ldl" 76 SDL_LIBS="-ldl"
75 ], [SDL_CFLAGS= SDL_LIBS=]) 77 ], [SDL_CFLAGS= SDL_LIBS=])
76 ], [:]) 78 ], [:])
77 AC_SUBST(SDL_CFLAGS) 79 AC_SUBST(SDL_CFLAGS)
78 AC_SUBST(SDL_LIBS) 80 AC_SUBST(SDL_LIBS)
79 81
80 SIM_AC_OUTPUT 82 SIM_AC_OUTPUT
OLDNEW
« no previous file with comments | « sim/bfin/configure ('k') | sim/bfin/devices.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698