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

Collapse All | Expand All

(-)a/Modules/_ctypes/libffi/configure (-2 / +2 lines)
Lines 20426-20435 case "$host" in Link Here
20426
	;;
20426
	;;
20427
20427
20428
  mips-sgi-irix5.* | mips-sgi-irix6.*)
20428
  mips-sgi-irix5.* | mips-sgi-irix6.*)
20429
	TARGET=MIPS; TARGETDIR=mips
20429
	TARGET=MIPS_IRIX; TARGETDIR=mips
20430
	;;
20430
	;;
20431
  mips*-*-linux*)
20431
  mips*-*-linux*)
20432
	TARGET=MIPS; TARGETDIR=mips
20432
	TARGET=MIPS_LINUX; TARGETDIR=mips
20433
	;;
20433
	;;
20434
20434
20435
  powerpc*-*-linux* | powerpc-*-sysv*)
20435
  powerpc*-*-linux* | powerpc-*-sysv*)
(-)a/Modules/_ctypes/libffi/fficonfig.py.in (-1 / +1 lines)
Lines 4-10 src/prep_cif.c Link Here
4
4
5
ffi_platforms = {
5
ffi_platforms = {
6
    'MIPS_IRIX': ['src/mips/ffi.c', 'src/mips/o32.S', 'src/mips/n32.S'],
6
    'MIPS_IRIX': ['src/mips/ffi.c', 'src/mips/o32.S', 'src/mips/n32.S'],
7
    'MIPS_LINUX': ['src/mips/ffi.c', 'src/mips/o32.S'],
7
    'MIPS_LINUX': ['src/mips/ffi.c', 'src/mips/o32.S', 'src/mips/n32.S'],
8
    'X86': ['src/x86/ffi.c', 'src/x86/sysv.S'],
8
    'X86': ['src/x86/ffi.c', 'src/x86/sysv.S'],
9
    'X86_FREEBSD': ['src/x86/ffi.c', 'src/x86/sysv.S'],
9
    'X86_FREEBSD': ['src/x86/ffi.c', 'src/x86/sysv.S'],
10
    'X86_WIN32': ['src/x86/ffi.c', 'src/x86/win32.S'],
10
    'X86_WIN32': ['src/x86/ffi.c', 'src/x86/win32.S'],

Return to bug 266471