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

« back to all changes in this revision

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