You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

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