Commit 5cdb5d59 by John David Anglin Committed by John David Anglin

config.gcc [...]: Fix typo in last change.

	* config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in
	last change.

From-SVN: r167482
parent 61d3ce20
2010-12-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in
last change.
2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>
* c-family/c-common.h: Removed the declarations of all the objc_
......@@ -1066,7 +1066,7 @@ hppa[12]*-*-hpux10*)
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
echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
dwarf2=no
fi
;;
......@@ -1158,7 +1158,7 @@ hppa[12]*-*-hpux11*)
;;
esac
if test "x$with_dwarf2" != x; then
echo "Warning: dwarf2 debug format is not supported for this targe, --with-dwarf2 ignored" 1>&2
echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
dwarf2=no
fi
;;
......
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