From 5cdb5d5980c35887be8a920992961277a96513fb Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Mon, 6 Dec 2010 01:08:54 +0000 Subject: [PATCH] config.gcc [...]: Fix typo in last change. * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in last change. From-SVN: r167482 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3fc667b87d76..65ec5bce60fc 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*]: Fix typo in + last change. + 2010-12-06 Nicola Pero * c-family/c-common.h: Removed the declarations of all the objc_ diff --git a/gcc/config.gcc b/gcc/config.gcc index da4c68973303..50985fd43026 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 ;; -- 2.47.2