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

Collapse All | Expand All

(-)ipc/chromium/src/build/build_config.h.orig (+3 lines)
Lines 87-92 Link Here
87
#elif defined(__sparc__)
87
#elif defined(__sparc__)
88
#define ARCH_CPU_SPARC 1
88
#define ARCH_CPU_SPARC 1
89
#define ARCH_CPU_32_BITS 1
89
#define ARCH_CPU_32_BITS 1
90
#elif defined(__alpha__)
91
#define ARCH_CPU_ALPHA 1
92
#define ARCH_CPU_64_BITS 1
90
#elif defined(__mips64) && defined(__LP64__)
93
#elif defined(__mips64) && defined(__LP64__)
91
#define ARCH_CPU_MIPS 1
94
#define ARCH_CPU_MIPS 1
92
#define ARCH_CPU_64_BITS 1
95
#define ARCH_CPU_64_BITS 1

Return to bug 563572