Commit a65264ae by John David Anglin Committed by John David Anglin

config.gcc [...]: Ignore --with-dwarf2 option.

	* config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]:  Ignore
	--with-dwarf2 option.

From-SVN: r167479
parent 856542e1
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.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment