treewide: Run refresh on all packages
[feed/packages.git] / devel / gcc / patches / 020-disable-check-for-sys-sdt-h.patch
1 @@ -0,0 +1,45 @@
2 --- a/gcc/configure
3 +++ b/gcc/configure
4 @@ -29036,19 +29036,6 @@ $as_echo "#define ENABLE_DEFAULT_SSP 1"
5 fi
6
7
8 -# Test for <sys/sdt.h> on the target.
9 -
10 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/sdt.h in the target C library" >&5
11 -$as_echo_n "checking sys/sdt.h in the target C library... " >&6; }
12 -have_sys_sdt_h=no
13 -if test -f $target_header_dir/sys/sdt.h; then
14 - have_sys_sdt_h=yes
15 -
16 -$as_echo "#define HAVE_SYS_SDT_H 1" >>confdefs.h
17 -
18 -fi
19 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_sys_sdt_h" >&5
20 -$as_echo "$have_sys_sdt_h" >&6; }
21
22 # Check if TFmode long double should be used by default or not.
23 # Some glibc targets used DFmode long double, but with glibc 2.4
24 --- a/gcc/configure.ac
25 +++ b/gcc/configure.ac
26 @@ -5787,16 +5787,6 @@ if test x$enable_default_ssp = xyes ; th
27 fi
28 AC_SUBST([enable_default_ssp])
29
30 -# Test for <sys/sdt.h> on the target.
31 -GCC_TARGET_TEMPLATE([HAVE_SYS_SDT_H])
32 -AC_MSG_CHECKING(sys/sdt.h in the target C library)
33 -have_sys_sdt_h=no
34 -if test -f $target_header_dir/sys/sdt.h; then
35 - have_sys_sdt_h=yes
36 - AC_DEFINE(HAVE_SYS_SDT_H, 1,
37 - [Define if your target C library provides sys/sdt.h])
38 -fi
39 -AC_MSG_RESULT($have_sys_sdt_h)
40
41 # Check if TFmode long double should be used by default or not.
42 # Some glibc targets used DFmode long double, but with glibc 2.4