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

« back to all changes in this revision

Viewing changes to sim/frv/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:
708
708
ac_subst_files=''
709
709
ac_user_opts='
710
710
enable_option_checking
 
711
with_zlib
711
712
enable_maintainer_mode
712
713
enable_sim_bswap
713
714
enable_sim_cflags
1372
1373
Optional Packages:
1373
1374
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1374
1375
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
 
1376
  --with-zlib             include zlib support (auto/yes/no) default=auto
1375
1377
  --with-pkgversion=PKG   Use PKG in the version string in place of "GDB"
1376
1378
  --with-bugurl=URL       Direct users to URL to report a bug
1377
1379
 
2271
2273
 
2272
2274
 
2273
2275
 
 
2276
 
 
2277
 
 
2278
 
 
2279
 
2274
2280
sim_inline="-DDEFAULT_INLINE=0"
2275
2281
 
2276
2282
 
2429
2435
 
2430
2436
 
2431
2437
 
2432
 
 
2433
2438
# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
2434
2439
# it by inlining the macro's contents.
2435
2440
# This file contains common code used by all simulators.
4197
4202
 
4198
4203
# BFD conditionally uses zlib, so we must link it in if libbfd does, by
4199
4204
# using the same condition.
4200
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
 
4205
 
 
4206
  # See if the user specified whether he wants zlib support or not.
 
4207
 
 
4208
# Check whether --with-zlib was given.
 
4209
if test "${with_zlib+set}" = set; then :
 
4210
  withval=$with_zlib;
 
4211
else
 
4212
  with_zlib=auto
 
4213
fi
 
4214
 
 
4215
 
 
4216
  if test "$with_zlib" != "no"; then
 
4217
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
4201
4218
$as_echo_n "checking for library containing zlibVersion... " >&6; }
4202
4219
if test "${ac_cv_search_zlibVersion+set}" = set; then :
4203
4220
  $as_echo_n "(cached) " >&6
4264
4281
 
4265
4282
fi
4266
4283
 
 
4284
    if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
 
4285
      as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
 
4286
    fi
 
4287
  fi
 
4288
 
4267
4289
 
4268
4290
. ${srcdir}/../../bfd/configure.host
4269
4291