* configure.target (CPULIMITSH): Fix typo in alpha case.
From-SVN: r48278
This commit is contained in:
parent
ba1e6c0b05
commit
affb9cddc0
@ -1,3 +1,7 @@
|
|||||||
|
2001-12-22 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* configure.target (CPULIMITSH): Fix typo in alpha case.
|
||||||
|
|
||||||
Sat Dec 22 09:52:41 2001 Jeffrey A Law (law@redhat.com)
|
Sat Dec 22 09:52:41 2001 Jeffrey A Law (law@redhat.com)
|
||||||
|
|
||||||
* config/os/hpux/bits/os_defines.h: Update to avoid #defines
|
* config/os/hpux/bits/os_defines.h: Update to avoid #defines
|
||||||
|
@ -138,7 +138,7 @@ esac
|
|||||||
# cpu_limits.h can be found.
|
# cpu_limits.h can be found.
|
||||||
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
|
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
alpha-*-*)
|
alpha*-*-*)
|
||||||
CPULIMITSH=config/cpu/alpha
|
CPULIMITSH=config/cpu/alpha
|
||||||
;;
|
;;
|
||||||
cris-*-*)
|
cris-*-*)
|
||||||
|
Loading…
Reference in New Issue
Block a user