~ubuntu-branches/debian/sid/gdb/sid

« back to all changes in this revision

Viewing changes to sim/iq2000/configure.ac

  • Committer: Package Import Robot
  • Author(s): Hector Oron
  • Date: 2012-01-28 00:41:20 UTC
  • mfrom: (1.4.9) (5.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20120128004120-bar1h77ark622noi
Tags: 7.4really-1
* New upstream release:
  - Many Python scripting improvements
  - Better support for ambiguous linespecs
  - Masked watchpoints
  - Tracepoint support improvements
  - Support for Texas Instruments TMS320C6x (tic6x-*-*)
  - A Renesas RL78 simulator (rl78-*-elf)
  - Some minor Remote protocol extensions and GDB/MI changes
* Temporarily disable gdb-multiarch and gdb-dbg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
 
AC_PREREQ(2.59)dnl
 
2
AC_PREREQ(2.64)dnl
3
3
AC_INIT(Makefile.in)
4
 
AC_CONFIG_HEADER(config.h:config.in)
5
 
 
6
 
sinclude(../common/aclocal.m4)
7
 
 
8
 
# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
9
 
# it by inlining the macro's contents.
10
 
sinclude(../common/common.m4)
 
4
sinclude(../common/acinclude.m4)
 
5
 
 
6
SIM_AC_COMMON
11
7
 
12
8
SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
13
9
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)