pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-04-08
2002-04-08 03:04:59 by Marcus Comstedt <marcus@mc.pp.se>
320583546292369022f257e44f8f324a95b6527f (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
PowerPC detection for Linux.
Rev: src/configure.in:1.579
Rev: src/modules/Java/configure.in:1.31
1:
-
AC_REVISION("$Id: configure.in,v 1.
578
2002/04/
07
21
:
33
:
53
mast
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
579
2002/04/
08
03
:
04
:
58
marcus
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
3419:
#endif ], [], [pike_cv_machine_code_arch=sparc], []) AC_TRY_COMPILE([
-
#if !defined(__ppc__) && !defined(_POWER)
+
#if !defined(__ppc__) && !defined(_
_powerpc__) && !defined(_
POWER)
#error Not ppc32 architecture #endif ], [], [pike_cv_machine_code_arch=ppc32], [])
3443:
AC_TRY_COMPILE([ #define REGPREFIX "$pike_cv_cpu_reg_prefix" ], [
-
#if defined(__ppc__) || defined(_POWER)
+
#if defined(__ppc__) || defined(_
_powerpc__) || defined(_
POWER)
__asm__ __volatile__(" li "REGPREFIX"11,1"); #else ; /* Don't need to find out */