]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.target (CPULIMITSH): Use powerpc directory for rs6000.
authorDavid Edelsohn <edelsohn@gnu.org>
Thu, 20 Jun 2002 17:19:46 +0000 (17:19 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 20 Jun 2002 17:19:46 +0000 (13:19 -0400)
From-SVN: r54841

libstdc++-v3/ChangeLog
libstdc++-v3/configure.target

index 8c4e9560ace54176e6b7e73b1a4784f5a2fa8af0..54e1e632ad768e7747d80902e397358423a7d4a9 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-20  David Edelsohn  <edelsohn@gnu.org>
+
+       * configure.target (CPULIMITSH): Use powerpc directory for rs6000.
+
 2002-06-14  J.T. Conklin  <jtc@acorntoolworks.com>
 
        * configure.in (target_alias): Fix.
index c64a4593621f9c586e0555129149fdd34ea1032b..479b889cd462b0b1694c1c8e79c7d55d9be2492f 100644 (file)
@@ -173,7 +173,7 @@ case "${target}" in
    mmix-*-*)
      CPULIMITSH=config/cpu/mmix
      ;;
-   powerpc-*-*)
+   powerpc-*-* | rs6000-*-*)
      CPULIMITSH=config/cpu/powerpc
      ;;
    s390-*-* | s390x-*-*)