Dash:
[t2-trunk.git] / architecture / sparc / package / glibc / no-tools.patch.cross0
blob4a7714a9c38f948c17a72796509f16c861df83a3
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../glibc/no-tools.patch.cross0
5 # Copyright (C) 2014 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
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
14 # version.
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
19 @@ -5197,7 +5197,7 @@
20    aux_missing="$aux_missing autoconf"
21  fi
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
28 @@ -5953,7 +5953,7 @@
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
34  fi
36  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
37 @@ -6061,7 +6061,7 @@
38  if test $libc_linker_feature = yes; then
39    libc_cv_z_nodelete=yes
40  else
41 -  as_fn_error $? "linker with -z nodelete support required" "$LINENO" 5
42 +  : #as_fn_error $? "linker with -z nodelete support required" "$LINENO" 5
43  fi
44  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
45  $as_echo "$libc_linker_feature" >&6; }
46 @@ -6093,7 +6093,7 @@
47  if test $libc_linker_feature = yes; then
48    libc_cv_z_nodlopen=yes
49  else
50 -  as_fn_error $? "linker with -z nodlopen support required" "$LINENO" 5
51 +  : #as_fn_error $? "linker with -z nodlopen support required" "$LINENO" 5
52  fi
53  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
54  $as_echo "$libc_linker_feature" >&6; }
55 @@ -6125,7 +6125,7 @@
56  if test $libc_linker_feature = yes; then
57    libc_cv_z_initfirst=yes
58  else
59 -  as_fn_error $? "linker with -z initfirst support required" "$LINENO" 5
60 +  : #as_fn_error $? "linker with -z initfirst support required" "$LINENO" 5
61  fi
62  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_linker_feature" >&5
63  $as_echo "$libc_linker_feature" >&6; }