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

« back to all changes in this revision

Viewing changes to sim/cr16/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:
704
704
ac_subst_files=''
705
705
ac_user_opts='
706
706
enable_option_checking
 
707
with_zlib
707
708
enable_maintainer_mode
708
709
enable_sim_bswap
709
710
enable_sim_cflags
1356
1357
Optional Packages:
1357
1358
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1358
1359
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
 
1360
  --with-zlib             include zlib support (auto/yes/no) default=auto
1359
1361
  --with-pkgversion=PKG   Use PKG in the version string in place of "GDB"
1360
1362
  --with-bugurl=URL       Direct users to URL to report a bug
1361
1363
 
2255
2257
 
2256
2258
 
2257
2259
 
 
2260
 
 
2261
 
 
2262
 
 
2263
 
2258
2264
sim_inline="-DDEFAULT_INLINE=0"
2259
2265
 
2260
2266
 
2413
2419
 
2414
2420
 
2415
2421
 
2416
 
 
2417
2422
# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
2418
2423
# it by inlining the macro's contents.
2419
2424
# This file contains common code used by all simulators.
4181
4186
 
4182
4187
# BFD conditionally uses zlib, so we must link it in if libbfd does, by
4183
4188
# using the same condition.
4184
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
 
4189
 
 
4190
  # See if the user specified whether he wants zlib support or not.
 
4191
 
 
4192
# Check whether --with-zlib was given.
 
4193
if test "${with_zlib+set}" = set; then :
 
4194
  withval=$with_zlib;
 
4195
else
 
4196
  with_zlib=auto
 
4197
fi
 
4198
 
 
4199
 
 
4200
  if test "$with_zlib" != "no"; then
 
4201
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
4185
4202
$as_echo_n "checking for library containing zlibVersion... " >&6; }
4186
4203
if test "${ac_cv_search_zlibVersion+set}" = set; then :
4187
4204
  $as_echo_n "(cached) " >&6
4248
4265
 
4249
4266
fi
4250
4267
 
 
4268
    if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
 
4269
      as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
 
4270
    fi
 
4271
  fi
 
4272
 
4251
4273
 
4252
4274
. ${srcdir}/../../bfd/configure.host
4253
4275