aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2010-12-06 01:08:54 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2010-12-06 01:08:54 +0000
commit5cdb5d5980c35887be8a920992961277a96513fb (patch)
treec4c88d6e28e89254e9addf154016abe94105139d
parent61d3ce2026946a577515bb1948874a3d8ffa97d6 (diff)
downloadgcc-5cdb5d5980c35887be8a920992961277a96513fb.zip
gcc-5cdb5d5980c35887be8a920992961277a96513fb.tar.gz
gcc-5cdb5d5980c35887be8a920992961277a96513fb.tar.bz2
config.gcc [...]: Fix typo in last change.
* config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in last change. From-SVN: r167482
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3fc667b..65ec5bc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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_
diff --git a/gcc/config.gcc b/gcc/config.gcc
index da4c689..50985fd 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
;;