Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 315997 | Differences between
and this patch

Collapse All | Expand All

(-)js/src/configure.in.old (-1 / +8 lines)
Lines 2465-2470 Link Here
2465
    ENABLE_JIT=1
2465
    ENABLE_JIT=1
2466
    NANOJIT_ARCH=i386
2466
    NANOJIT_ARCH=i386
2467
    ;;
2467
    ;;
2468
x86_64*-*)
2469
    ENABLE_JIT=1
2470
    NANOJIT_ARCH=X64
2471
    ;;
2468
arm*-*)
2472
arm*-*)
2469
    ENABLE_JIT=1
2473
    ENABLE_JIT=1
2470
    NANOJIT_ARCH=ARM
2474
    NANOJIT_ARCH=ARM
Lines 2488-2494 Link Here
2488
i?86-*)
2492
i?86-*)
2489
    AC_DEFINE(AVMPLUS_IA32)
2493
    AC_DEFINE(AVMPLUS_IA32)
2490
    ;;
2494
    ;;
2491
2495
x86_64*-*)
2496
    AC_DEFINE(AVMPLUS_AMD64)
2497
    AC_DEFINE(AVMPLUS_64BIT)
2498
    ;;
2492
arm*-*)
2499
arm*-*)
2493
    AC_DEFINE(AVMPLUS_ARM)
2500
    AC_DEFINE(AVMPLUS_ARM)
2494
    ;;
2501
    ;;

Return to bug 315997