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

Collapse All | Expand All

(-)a/texk/web2c/lib/texmfmp.c (+4 lines)
Lines 2445-2450 Link Here
2445
#if defined (__sun__) || defined (__cplusplus)
2445
#if defined (__sun__) || defined (__cplusplus)
2446
#define NO_MF_ASM
2446
#define NO_MF_ASM
2447
#endif
2447
#endif
2448
/* The assembler code is not PIC safe on i?86 so use C code.  */
2449
#if defined (__PIC__) && defined (__i386__)
2450
#define NO_MF_ASM
2451
#endif
2448
#if defined(WIN32) && !defined(NO_MF_ASM) && !defined(__MINGW32__)
2452
#if defined(WIN32) && !defined(NO_MF_ASM) && !defined(__MINGW32__)
2449
#include "lib/mfmpw32.c"
2453
#include "lib/mfmpw32.c"
2450
#elif defined (__i386__) && defined (__GNUC__) && !defined (NO_MF_ASM)
2454
#elif defined (__i386__) && defined (__GNUC__) && !defined (NO_MF_ASM)

Return to bug 195688