OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [configure] - Diff between revs 15 and 166

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 15 Rev 166
Line 769... Line 769...
with_pic
with_pic
enable_fast_install
enable_fast_install
with_gnu_ld
with_gnu_ld
enable_libtool_lock
enable_libtool_lock
enable_targets
enable_targets
 
enable_deterministic_archives
enable_werror
enable_werror
enable_build_warnings
enable_build_warnings
enable_nls
enable_nls
enable_maintainer_mode
enable_maintainer_mode
 
with_zlib
enable_rpath
enable_rpath
with_libiconv_prefix
with_libiconv_prefix
'
'
      ac_precious_vars='build_alias
      ac_precious_vars='build_alias
host_alias
host_alias
Line 1415... Line 1417...
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-fast-install[=PKGS]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --enable-targets        alternative target configurations
  --enable-targets        alternative target configurations
 
  --enable-deterministic-archives
 
                          ar and ranlib default to -D behavior
  --enable-werror         treat compile warnings as errors
  --enable-werror         treat compile warnings as errors
  --enable-build-warnings enable build-time compiler warnings
  --enable-build-warnings enable build-time compiler warnings
  --disable-nls           do not use Native Language Support
  --disable-nls           do not use Native Language Support
  --enable-maintainer-mode  enable make rules and dependencies not useful
  --enable-maintainer-mode  enable make rules and dependencies not useful
                          (and sometimes confusing) to the casual installer
                          (and sometimes confusing) to the casual installer
Line 1428... Line 1432...
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-pic              try to use only PIC/non-PIC objects [default=use
  --with-pic              try to use only PIC/non-PIC objects [default=use
                          both]
                          both]
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
 
  --with-zlib             include zlib support (auto/yes/no) default=auto
  --with-gnu-ld           assume the C compiler uses GNU ld default=no
  --with-gnu-ld           assume the C compiler uses GNU ld default=no
  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
 
 
Some influential environment variables:
Some influential environment variables:
Line 11197... Line 11202...
  lt_cv_dlopen_self=cross
  lt_cv_dlopen_self=cross
else
else
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  lt_status=$lt_dlunknown
  lt_status=$lt_dlunknown
  cat > conftest.$ac_ext <<_LT_EOF
  cat > conftest.$ac_ext <<_LT_EOF
#line 11202 "configure"
#line 11207 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
#include 
#include 
#endif
#endif
Line 11303... Line 11308...
  lt_cv_dlopen_self_static=cross
  lt_cv_dlopen_self_static=cross
else
else
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  lt_status=$lt_dlunknown
  lt_status=$lt_dlunknown
  cat > conftest.$ac_ext <<_LT_EOF
  cat > conftest.$ac_ext <<_LT_EOF
#line 11308 "configure"
#line 11313 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
#include 
#include 
#endif
#endif
Line 11551... Line 11556...
  no)       enable_targets= ;;
  no)       enable_targets= ;;
  *)        enable_targets=$enableval ;;
  *)        enable_targets=$enableval ;;
esac
esac
fi
fi
 
 
 
# Check whether --enable-deterministic-archives was given.
 
if test "${enable_deterministic_archives+set}" = set; then :
 
  enableval=$enable_deterministic_archives;
 
if test "${enableval}" = no; then
 
  default_ar_deterministic=0
 
else
 
  default_ar_deterministic=1
 
fi
 
else
 
  default_ar_deterministic=0
 
fi
 
 
 
 
 
 
 
cat >>confdefs.h <<_ACEOF
 
#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
 
_ACEOF
 
 
 
 
 
 
GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
__GNUC__
__GNUC__
Line 12970... Line 12994...
 
 
 
 
# Link in zlib if we can.  This allows us to read compressed debug
# Link in zlib if we can.  This allows us to read compressed debug
# sections.  This is used only by readelf.c (objdump uses bfd for
# sections.  This is used only by readelf.c (objdump uses bfd for
# reading compressed sections).
# reading compressed sections).
 
 
 
  # See if the user specified whether he wants zlib support or not.
 
 
 
# Check whether --with-zlib was given.
 
if test "${with_zlib+set}" = set; then :
 
  withval=$with_zlib;
 
else
 
  with_zlib=auto
 
fi
 
 
 
 
 
  if test "$with_zlib" != "no"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
$as_echo_n "checking for library containing zlibVersion... " >&6; }
$as_echo_n "checking for library containing zlibVersion... " >&6; }
if test "${ac_cv_search_zlibVersion+set}" = set; then :
if test "${ac_cv_search_zlibVersion+set}" = set; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
Line 13037... Line 13073...
 
 
done
done
 
 
fi
fi
 
 
 
    if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
 
      as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
 
    fi
 
  fi
 
 
 
 
 
 
case "${host}" in
case "${host}" in
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
 
 
Line 13945... Line 13986...
        # Add objdump private vectors.
        # Add objdump private vectors.
        case $targ in
        case $targ in
        powerpc-*-aix*)
        powerpc-*-aix*)
        od_vectors="$od_vectors objdump_private_desc_xcoff"
        od_vectors="$od_vectors objdump_private_desc_xcoff"
          ;;
          ;;
 
        *-*-darwin*)
 
          od_vectors="$od_vectors objdump_private_desc_mach_o"
 
          ;;
        esac
        esac
    fi
    fi
done
done
 
 
# Uniq objdump private vector, build objdump target ofiles.
# Uniq objdump private vector, build objdump target ofiles.
Line 13961... Line 14005...
        f="$f $i"
        f="$f $i"
        OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
        OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
        case $i in
        case $i in
        objdump_private_desc_xcoff)
        objdump_private_desc_xcoff)
            od_files="$od_files od-xcoff" ;;
            od_files="$od_files od-xcoff" ;;
 
        objdump_private_desc_mach_o)
 
            od_files="$od_files od-macho" ;;
        *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
        *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
        esac
        esac
        ;;
        ;;
    esac
    esac
done
done

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.