* configure.target (CPULIMITSH): Use powerpc directory for rs6000.

From-SVN: r54841
This commit is contained in:
David Edelsohn 2002-06-20 17:19:46 +00:00 committed by David Edelsohn
parent 5d95e81c42
commit 93629b1dfb
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -173,7 +173,7 @@ case "${target}" in
mmix-*-*)
CPULIMITSH=config/cpu/mmix
;;
powerpc-*-*)
powerpc-*-* | rs6000-*-*)
CPULIMITSH=config/cpu/powerpc
;;
s390-*-* | s390x-*-*)