diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-22 01:53:32 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-22 01:53:32 +0000 |
commit | a81417f9fe7a6ec5b78ba20cc48bf0f098e19461 (patch) | |
tree | 539da7130b1ece6c997e399032cc28a9d7725c28 /gcc/configure | |
parent | 6efbdb6e440e36b8e14f8762e7819238af8d3209 (diff) | |
download | gcc-a81417f9fe7a6ec5b78ba20cc48bf0f098e19461.tar.gz |
Revert last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167019 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/gcc/configure b/gcc/configure index 5d89ebb127d..ec4ba8e7fdd 100755 --- a/gcc/configure +++ b/gcc/configure @@ -6990,25 +6990,7 @@ fi # Check whether --with-dwarf2 was given. if test "${with_dwarf2+set}" = set; then : - withval=$with_dwarf2; - case $target in - hppa*-*-hpux*) - case $target in - hppa*64*-*-*) - dwarf2="$with_dwarf2" - ;; - *) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dwarf2 debug format is not supported for this target, ignored" >&5 -$as_echo "$as_me: WARNING: dwarf2 debug format is not supported for this target, ignored" >&2;} - dwarf2=no - ;; - esac - ;; - *) - dwarf2="$with_dwarf2" - ;; - esac - + withval=$with_dwarf2; dwarf2="$with_dwarf2" else dwarf2=no fi @@ -17304,7 +17286,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17307 "configure" +#line 17289 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -17410,7 +17392,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17413 "configure" +#line 17395 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |