diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2016-03-29 17:33:42 -0400 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2016-03-29 17:33:42 -0400 |
commit | fbc4a0827b240df450bae96e8704bed980aec5cc (patch) | |
tree | 241339084842e5b8659c3ddb71c1684d99dd0a2b /newlib/configure | |
parent | 3d90769979d35a59f262af2789ed337f43cd9fe0 (diff) | |
download | cygnal-fbc4a0827b240df450bae96e8704bed980aec5cc.tar.gz cygnal-fbc4a0827b240df450bae96e8704bed980aec5cc.tar.bz2 cygnal-fbc4a0827b240df450bae96e8704bed980aec5cc.zip |
Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0
Diffstat (limited to 'newlib/configure')
-rwxr-xr-x | newlib/configure | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/newlib/configure b/newlib/configure index b84e51a5c..30e1d5766 100755 --- a/newlib/configure +++ b/newlib/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for newlib 2.3.0. +# Generated by GNU Autoconf 2.68 for newlib 2.4.0. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -567,8 +567,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='newlib' PACKAGE_TARNAME='newlib' -PACKAGE_VERSION='2.3.0' -PACKAGE_STRING='newlib 2.3.0' +PACKAGE_VERSION='2.4.0' +PACKAGE_STRING='newlib 2.4.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1371,7 +1371,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures newlib 2.3.0 to adapt to many kinds of systems. +\`configure' configures newlib 2.4.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1441,7 +1441,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of newlib 2.3.0:";; + short | recursive ) echo "Configuration of newlib 2.4.0:";; esac cat <<\_ACEOF @@ -1572,7 +1572,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -newlib configure 2.3.0 +newlib configure 2.4.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1850,7 +1850,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by newlib $as_me 2.3.0, which was +It was created by newlib $as_me 2.4.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3162,7 +3162,7 @@ fi # Define the identity of the package. PACKAGE='newlib' - VERSION='2.3.0' + VERSION='2.4.0' # Some tools Automake needs. @@ -7997,7 +7997,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; @@ -9566,7 +9566,7 @@ _LT_EOF if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then - tmp_addflag= + tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler @@ -9748,7 +9748,7 @@ _LT_EOF if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else - export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no @@ -12323,13 +12323,13 @@ _ACEOF fi -$as_echo "#define _NEWLIB_VERSION \"2.3.0\"" >>confdefs.h +$as_echo "#define _NEWLIB_VERSION \"2.4.0\"" >>confdefs.h $as_echo "#define __NEWLIB__ 2" >>confdefs.h -$as_echo "#define __NEWLIB_MINOR__ 3" >>confdefs.h +$as_echo "#define __NEWLIB_MINOR__ 4" >>confdefs.h $as_echo "#define __NEWLIB_PATCHLEVEL__ 0" >>confdefs.h @@ -13240,7 +13240,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by newlib $as_me 2.3.0, which was +This file was extended by newlib $as_me 2.4.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13306,7 +13306,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -newlib config.status 2.3.0 +newlib config.status 2.4.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" |