aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2010-12-06 00:43:17 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2010-12-06 00:43:17 +0000
commita65264ae6f470eb00fb22c43d6354d1d85356aa1 (patch)
treedc927bb07c8df03dca61feaff70caf06d9e12f3e /gcc
parent856542e15183dbc812c20e48c0b017f4ad786eeb (diff)
downloadgcc-a65264ae6f470eb00fb22c43d6354d1d85356aa1.zip
gcc-a65264ae6f470eb00fb22c43d6354d1d85356aa1.tar.gz
gcc-a65264ae6f470eb00fb22c43d6354d1d85356aa1.tar.bz2
config.gcc [...]: Ignore --with-dwarf2 option.
* config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Ignore --with-dwarf2 option. From-SVN: r167479
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc8
2 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f7a7943..31e5905 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Ignore
+ --with-dwarf2 option.
+
2010-12-03 Jan Hubicka <jh@suse.cz>
* lto-streamer-in.c (input_cfg): Fix pasto.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index d41cf11..da4c689 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1065,6 +1065,10 @@ hppa[12]*-*-hpux10*)
fi
use_collect2=yes
gas=yes
+ if test "x$with_dwarf2" != x; then
+ echo "Warning: dwarf2 debug format is not supported for this targe, --with-dwarf2 ignored" 1>&2
+ dwarf2=no
+ fi
;;
hppa*64*-*-hpux11*)
target_cpu_default="MASK_PA_11|MASK_PA_20"
@@ -1153,6 +1157,10 @@ hppa[12]*-*-hpux11*)
tm_file="${tm_file} hpux-stdint.h"
;;
esac
+ if test "x$with_dwarf2" != x; then
+ echo "Warning: dwarf2 debug format is not supported for this targe, --with-dwarf2 ignored" 1>&2
+ dwarf2=no
+ fi
;;
i[34567]86-*-darwin*)
need_64bit_hwint=yes