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

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

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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/mn10300/configure ('k') | sim/mn10300/dv-mn103cpu.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(NONSTRICT_ALIGNMENT) 9 SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
10 SIM_AC_OPTION_HOSTENDIAN 10 SIM_AC_OPTION_HOSTENDIAN
11 SIM_AC_OPTION_WARNINGS 11 SIM_AC_OPTION_WARNINGS
12 SIM_AC_OPTION_RESERVED_BITS 12 SIM_AC_OPTION_RESERVED_BITS
13 SIM_AC_OPTION_BITSIZE(32,31) 13 SIM_AC_OPTION_BITSIZE(32,31)
14 SIM_AC_OPTION_INLINE() 14 SIM_AC_OPTION_INLINE()
15 SIM_AC_OPTION_HARDWARE(yes,,mn103cpu mn103int mn103tim mn103ser mn103iop) 15 SIM_AC_OPTION_HARDWARE(yes,,mn103cpu mn103int mn103tim mn103ser mn103iop)
16 16
17 AC_CHECK_FUNCS(time chmod utime fork execve execv chown) 17 AC_CHECK_FUNCS(time chmod utime fork execve execv chown)
18 AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h) 18 AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h)
19 19
20 SIM_AC_OPTION_HARDWARE(always,"","")
21
22 if test -z "$SIM_DV_SOCKSER_O"; then
23 AC_MSG_ERROR([Sorry, but hardware support in this simulator
24 unconditionally relies on dv-sockser.o which is unavailable for your host.
25 Please fix this simulator.])
26 fi
27
20 SIM_AC_OUTPUT 28 SIM_AC_OUTPUT
OLDNEW
« no previous file with comments | « sim/mn10300/configure ('k') | sim/mn10300/dv-mn103cpu.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698