From: John David Anglin Date: Mon, 6 Dec 2010 01:08:54 +0000 (+0000) Subject: config.gcc [...]: Fix typo in last change. X-Git-Tag: releases/gcc-4.6.0~2124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cdb5d5980c35887be8a920992961277a96513fb;p=thirdparty%2Fgcc.git config.gcc [...]: Fix typo in last change. * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in last change. From-SVN: r167482 --- 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 ;;