aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 7c8b3af9966..49ecebf743d 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -2246,11 +2246,6 @@ EOF
gcc_cv_as_eh_frame=no
fi])
-if test $gcc_cv_as_eh_frame = buggy; then
- AC_DEFINE(USE_AS_TRADITIONAL_FORMAT, 1,
- [Define if your assembler mis-optimizes .eh_frame data.])
-fi
-
gcc_GAS_CHECK_FEATURE(section merging support, gcc_cv_as_shf_merge,
[elf,2,12,0], [--fatal-warnings],
[.section .rodata.str, "aMS", @progbits, 1])