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.

46 lines
1.5 KiB

  1. @@ -0,0 +1,45 @@
  2. diff --git a/gcc/configure b/gcc/configure
  3. index 3793681..bcda752 100755
  4. --- a/gcc/configure
  5. +++ b/gcc/configure
  6. @@ -26876,19 +26876,6 @@ $as_echo "#define TARGET_LIBC_PROVIDES_SSP 1" >>confdefs.h
  7. fi
  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. # Check if TFmode long double should be used by default or not.
  22. # Some glibc targets used DFmode long double, but with glibc 2.4
  23. diff --git a/gcc/configure.ac b/gcc/configure.ac
  24. index 3ee1d67..e321218 100644
  25. --- a/gcc/configure.ac
  26. +++ b/gcc/configure.ac
  27. @@ -4796,16 +4796,6 @@ if test x$gcc_cv_libc_provides_ssp = xyes; then
  28. [Define if your target C library provides stack protector support])
  29. fi
  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. # Check if TFmode long double should be used by default or not.
  41. # Some glibc targets used DFmode long double, but with glibc 2.4