Only check for /proc/cpuinfo if we are on a supported architecture.
This commit was SVN r18331.
Этот коммит содержится в:
родитель
61cc8843bf
Коммит
f5dfc005a4
@ -40,11 +40,6 @@ AC_DEFUN([MCA_timer_linux_CONFIG],[
|
|||||||
[timer_linux_happy="yes"],
|
[timer_linux_happy="yes"],
|
||||||
[timer_linux_happy="no"])])
|
[timer_linux_happy="no"])])
|
||||||
|
|
||||||
AS_IF([test "$timer_linux_happy" = "yes"],
|
|
||||||
[AS_IF([test -r "/proc/cpuinfo"],
|
|
||||||
[timer_linux_happy="yes"],
|
|
||||||
[timer_linux_happy="no"])])
|
|
||||||
|
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
i?86-*|x86_64*|ia64-*|powerpc-*|powerpc64-*|sparc*-*)
|
i?86-*|x86_64*|ia64-*|powerpc-*|powerpc64-*|sparc*-*)
|
||||||
AS_IF([test "$timer_linux_happy" = "yes"],
|
AS_IF([test "$timer_linux_happy" = "yes"],
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user