summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-10-19 16:36:40 +0100
committerIan Lynagh <igloo@earth.li>2011-10-19 16:36:40 +0100
commita6f9ebc58b0dc632bb01d0f202a7581ed02466ce (patch)
tree8171dd582c11f3ea058aa2bf35a028aa4228490b /configure.ac
parent7ef5b2939076902ee54c9f1a2c50d55b274e4388 (diff)
downloadhaskell-a6f9ebc58b0dc632bb01d0f202a7581ed02466ce.tar.gz
Add "have subsections via symbols" to the Platform type
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index efd2f260ab..f10b31fe23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -703,19 +703,6 @@ FP_PROG_LD_X
FP_PROG_LD_IS_GNU
FP_PROG_LD_BUILD_ID
-dnl ** check for Apple-style dead-stripping support
-dnl (.subsections-via-symbols assembler directive)
-
-
-AC_MSG_CHECKING(for .subsections_via_symbols)
-AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM([], [__asm__ (".subsections_via_symbols");])],
- [AC_MSG_RESULT(yes)
- AC_DEFINE([HAVE_SUBSECTIONS_VIA_SYMBOLS],[1],
- [Define to 1 if Apple-style dead-stripping is supported.])
- ],
- [AC_MSG_RESULT(no)])
-
dnl *** check for GNU non-executable stack note support (ELF only)
dnl (.section .note.GNU-stack,"",@progbits)