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

« back to all changes in this revision

Viewing changes to sim/m68hc11/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:
705
705
ac_subst_files=''
706
706
ac_user_opts='
707
707
enable_option_checking
 
708
with_zlib
708
709
enable_maintainer_mode
709
710
enable_sim_bswap
710
711
enable_sim_cflags
1365
1366
Optional Packages:
1366
1367
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1367
1368
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
 
1369
  --with-zlib             include zlib support (auto/yes/no) default=auto
1368
1370
  --with-pkgversion=PKG   Use PKG in the version string in place of "GDB"
1369
1371
  --with-bugurl=URL       Direct users to URL to report a bug
1370
1372
 
2264
2266
 
2265
2267
 
2266
2268
 
 
2269
 
 
2270
 
 
2271
 
 
2272
 
2267
2273
sim_inline="-DDEFAULT_INLINE=0"
2268
2274
 
2269
2275
 
2422
2428
 
2423
2429
 
2424
2430
 
2425
 
 
2426
2431
# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
2427
2432
# it by inlining the macro's contents.
2428
2433
# This file contains common code used by all simulators.
4190
4195
 
4191
4196
# BFD conditionally uses zlib, so we must link it in if libbfd does, by
4192
4197
# using the same condition.
4193
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
 
4198
 
 
4199
  # See if the user specified whether he wants zlib support or not.
 
4200
 
 
4201
# Check whether --with-zlib was given.
 
4202
if test "${with_zlib+set}" = set; then :
 
4203
  withval=$with_zlib;
 
4204
else
 
4205
  with_zlib=auto
 
4206
fi
 
4207
 
 
4208
 
 
4209
  if test "$with_zlib" != "no"; then
 
4210
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
4194
4211
$as_echo_n "checking for library containing zlibVersion... " >&6; }
4195
4212
if test "${ac_cv_search_zlibVersion+set}" = set; then :
4196
4213
  $as_echo_n "(cached) " >&6
4257
4274
 
4258
4275
fi
4259
4276
 
 
4277
    if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
 
4278
      as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
 
4279
    fi
 
4280
  fi
 
4281
 
4260
4282
 
4261
4283
. ${srcdir}/../../bfd/configure.host
4262
4284