1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../glibc/no-tools.patch.cross0
5 # Copyright (C) 2014 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- glibc-2.18/configure.vanilla 2014-02-03 11:46:55.000000000 +0100
18 +++ glibc-2.18/configure 2014-02-03 12:04:55.000000000 +0100
20 aux_missing="$aux_missing autoconf"
23 -test -n "$critic_missing" && as_fn_error $? "
24 +false && as_fn_error $? "
25 *** These critical programs are missing or too old:$critic_missing
26 *** Check the INSTALL file for required versions." "$LINENO" 5
29 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_initfini_array" >&5
30 $as_echo "$libc_cv_initfini_array" >&6; }
31 if test $libc_cv_initfini_array != yes; then
32 - as_fn_error $? "Need linker with .init_array/.fini_array support." "$LINENO" 5
33 + : # as_fn_error $? "Need linker with .init_array/.fini_array support." "$LINENO" 5
36 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
38 if test $libc_linker_feature = yes; then
39 libc_cv_z_nodelete=yes
41 - as_fn_error $? "linker with -z nodelete support required" "$LINENO" 5
42 + : #as_fn_error $? "linker with -z nodelete support required" "$LINENO" 5
44 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
45 $as_echo "$libc_linker_feature" >&6; }
47 if test $libc_linker_feature = yes; then
48 libc_cv_z_nodlopen=yes
50 - as_fn_error $? "linker with -z nodlopen support required" "$LINENO" 5
51 + : #as_fn_error $? "linker with -z nodlopen support required" "$LINENO" 5
53 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
54 $as_echo "$libc_linker_feature" >&6; }
56 if test $libc_linker_feature = yes; then
57 libc_cv_z_initfirst=yes
59 - as_fn_error $? "linker with -z initfirst support required" "$LINENO" 5
60 + : #as_fn_error $? "linker with -z initfirst support required" "$LINENO" 5
62 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
63 $as_echo "$libc_linker_feature" >&6; }