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

Side by Side Diff: sim/sh64/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/sh64/configure ('k') | sim/sh64/cpu.h » ('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([], BIG_ENDIAN) 8 SIM_AC_OPTION_ENDIAN([], BIG_ENDIAN)
9 SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT) 9 SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
10 SIM_AC_OPTION_HOSTENDIAN 10 SIM_AC_OPTION_HOSTENDIAN
11 SIM_AC_OPTION_SCACHE(16384) 11 SIM_AC_OPTION_SCACHE(16384)
12 SIM_AC_OPTION_DEFAULT_MODEL(sh5) 12 SIM_AC_OPTION_DEFAULT_MODEL(sh5)
13 SIM_AC_OPTION_ENVIRONMENT 13 SIM_AC_OPTION_ENVIRONMENT
14 SIM_AC_OPTION_INLINE() 14 SIM_AC_OPTION_INLINE()
15 SIM_AC_OPTION_CGEN_MAINT 15 SIM_AC_OPTION_CGEN_MAINT
16 16
17 SIM_AC_OPTION_HARDWARE(always,"","")
18
19 if test -z "$SIM_DV_SOCKSER_O"; then
20 AC_MSG_ERROR([Sorry, but hardware support in this simulator
21 unconditionally relies on dv-sockser.o which is unavailable for your host.
22 Please fix this simulator.])
23 fi
24
17 SIM_AC_OUTPUT 25 SIM_AC_OUTPUT
26
OLDNEW
« no previous file with comments | « sim/sh64/configure ('k') | sim/sh64/cpu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698