OSDN Git Service

* config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Dec 2010 01:08:54 +0000 (01:08 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Dec 2010 01:08:54 +0000 (01:08 +0000)
last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167482 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 3fc667b..65ec5bc 100644 (file)
@@ -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_
index da4c689..50985fd 100644 (file)
@@ -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
        ;;