config.gcc [...]: Fix typo in last change.
* config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in last change. From-SVN: r167482
This commit is contained in:
parent
61d3ce2026
commit
5cdb5d5980
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue