~ubuntu-branches/debian/jessie/gdb/jessie

« back to all changes in this revision

Viewing changes to sim/sh64/configure

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2010-03-20 01:21:29 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320012129-t7h25y8zgr8c2369
Tags: 7.1-1
* New upstream release, including:
  - PIE support (Closes: #346409).
  - C++ improvements, including static_cast<> et al, namespace imports,
    and bug fixes in printing virtual base classes.
  - Multi-program debugging.  One GDB can now debug multiple programs
    at the same time.
  - Python scripting improvements, including gdb.parse_and_eval.
  - Updated MIPS Linux signal frame layout (Closes: #570875).
  - No internal error stepping over _dl_debug_state (Closes: #569551).
* Update to Standards-Version: 3.8.4 (no changes required).
* Include more relevant (and smaller) docs in the gdbserver package
  (Closes: #571132).
* Do not duplicate documentation in gdb64, gdb-source, and libgdb-dev.
* Fix crash when switching into TUI mode (Closes: #568489).

Show diffs side-by-side

added added

removed removed

Lines of Context:
707
707
ac_subst_files=''
708
708
ac_user_opts='
709
709
enable_option_checking
 
710
with_zlib
710
711
enable_maintainer_mode
711
712
enable_sim_bswap
712
713
enable_sim_cflags
1371
1372
Optional Packages:
1372
1373
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1373
1374
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
 
1375
  --with-zlib             include zlib support (auto/yes/no) default=auto
1374
1376
  --with-pkgversion=PKG   Use PKG in the version string in place of "GDB"
1375
1377
  --with-bugurl=URL       Direct users to URL to report a bug
1376
1378
 
2270
2272
 
2271
2273
 
2272
2274
 
 
2275
 
 
2276
 
 
2277
 
 
2278
 
2273
2279
sim_inline="-DDEFAULT_INLINE=0"
2274
2280
 
2275
2281
 
2428
2434
 
2429
2435
 
2430
2436
 
2431
 
 
2432
2437
# This file contains common code used by all simulators.
2433
2438
#
2434
2439
# common.m4 invokes AC macros used by all simulators and by the common
4194
4199
 
4195
4200
# BFD conditionally uses zlib, so we must link it in if libbfd does, by
4196
4201
# using the same condition.
4197
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
 
4202
 
 
4203
  # See if the user specified whether he wants zlib support or not.
 
4204
 
 
4205
# Check whether --with-zlib was given.
 
4206
if test "${with_zlib+set}" = set; then :
 
4207
  withval=$with_zlib;
 
4208
else
 
4209
  with_zlib=auto
 
4210
fi
 
4211
 
 
4212
 
 
4213
  if test "$with_zlib" != "no"; then
 
4214
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
4198
4215
$as_echo_n "checking for library containing zlibVersion... " >&6; }
4199
4216
if test "${ac_cv_search_zlibVersion+set}" = set; then :
4200
4217
  $as_echo_n "(cached) " >&6
4261
4278
 
4262
4279
fi
4263
4280
 
 
4281
    if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
 
4282
      as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
 
4283
    fi
 
4284
  fi
 
4285
 
4264
4286
 
4265
4287
. ${srcdir}/../../bfd/configure.host
4266
4288