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

Collapse All | Expand All

(-)org/configure (-2 / +2 lines)
Lines 25818-25824 Link Here
25818
_ACEOF
25818
_ACEOF
25819
25819
25820
    have_x86cpu=true
25820
    have_x86cpu=true
25821
    PROGRAM_NOPIC="-fno-PIC"
25821
    PROGRAM_NOPIC=""
25822
    ;;
25822
    ;;
25823
  x86_64*)
25823
  x86_64*)
25824
    { echo "$as_me:$LINENO: result: x86_64" >&5
25824
    { echo "$as_me:$LINENO: result: x86_64" >&5
Lines 25830-25836 Link Here
25830
25830
25831
    have_x86cpu=true
25831
    have_x86cpu=true
25832
    have_x86_64cpu=true
25832
    have_x86_64cpu=true
25833
    PROGRAM_NOPIC="-fno-PIC"
25833
    PROGRAM_NOPIC=""
25834
    ;;
25834
    ;;
25835
  powerpc | powerpc64)
25835
  powerpc | powerpc64)
25836
    { echo "$as_me:$LINENO: result: PowerPC" >&5
25836
    { echo "$as_me:$LINENO: result: PowerPC" >&5
(-)org/configure.ac (-2 / +2 lines)
Lines 315-328 Link Here
315
    AC_MSG_RESULT(IA32)
315
    AC_MSG_RESULT(IA32)
316
    AC_DEFINE(HAVE_X86CPU,1, [Compiling for x86 architecture CPU])
316
    AC_DEFINE(HAVE_X86CPU,1, [Compiling for x86 architecture CPU])
317
    have_x86cpu=true
317
    have_x86cpu=true
318
    PROGRAM_NOPIC="-fno-PIC"
318
    PROGRAM_NOPIC=""
319
    ;;
319
    ;;
320
  x86_64*)
320
  x86_64*)
321
    AC_MSG_RESULT(x86_64)
321
    AC_MSG_RESULT(x86_64)
322
    AC_DEFINE(HAVE_X86CPU,1, [Compiling for x86-64 architecture CPU])
322
    AC_DEFINE(HAVE_X86CPU,1, [Compiling for x86-64 architecture CPU])
323
    have_x86cpu=true
323
    have_x86cpu=true
324
    have_x86_64cpu=true
324
    have_x86_64cpu=true
325
    PROGRAM_NOPIC="-fno-PIC"
325
    PROGRAM_NOPIC=""
326
    ;;
326
    ;;
327
  powerpc | powerpc64)
327
  powerpc | powerpc64)
328
    AC_MSG_RESULT(PowerPC)
328
    AC_MSG_RESULT(PowerPC)

Return to bug 267829