aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac19
1 files changed, 1 insertions, 18 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 18997be..0eb2d8b 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -683,24 +683,7 @@ objc_boehm_gc='')
AC_ARG_WITH(dwarf2,
[ --with-dwarf2 force the default debug format to be DWARF 2],
-[
- case $target in
- hppa*-*-hpux*)
- case $target in
- hppa*64*-*-*)
- dwarf2="$with_dwarf2"
- ;;
- *)
- AC_MSG_WARN([dwarf2 debug format is not supported for this target, ignored])
- dwarf2=no
- ;;
- esac
- ;;
- *)
- dwarf2="$with_dwarf2"
- ;;
- esac
-],
+dwarf2="$with_dwarf2",
dwarf2=no)
AC_ARG_ENABLE(shared,