From: John David Anglin Date: Mon, 6 Dec 2010 00:43:17 +0000 (+0000) Subject: config.gcc [...]: Ignore --with-dwarf2 option. X-Git-Tag: releases/gcc-4.6.0~2127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a65264ae6f470eb00fb22c43d6354d1d85356aa1;p=thirdparty%2Fgcc.git config.gcc [...]: Ignore --with-dwarf2 option. * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Ignore --with-dwarf2 option. From-SVN: r167479 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f7a79430cdb7..31e590509d56 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-05 John David Anglin + + * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Ignore + --with-dwarf2 option. + 2010-12-03 Jan Hubicka * lto-streamer-in.c (input_cfg): Fix pasto. diff --git a/gcc/config.gcc b/gcc/config.gcc index d41cf11e1d29..da4c68973303 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