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

Collapse All | Expand All

(-)mono/utils/mono-compiler.h.orig (+10 lines)
Lines 1-5 Link Here
1
#ifndef __UTILS_MONO_COMPILER_H__
1
#ifndef __UTILS_MONO_COMPILER_H__
2
#define __UTILS_MONO_COMPILER_H__
2
#define __UTILS_MONO_COMPILER_H__
3
4
#if defined(__PIC__) && !defined(PIC)
5
/*
6
 * Must be compiling -fPIE, for executables.  Build PIC
7
 * but with initial-exec.
8
 */
9
# define PIC
10
# define PIC_INITIAL_EXEC
11
#endif
12
3
/*
13
/*
4
 * This file includes macros used in the runtime to encapsulate different
14
 * This file includes macros used in the runtime to encapsulate different
5
 * compiler behaviours.
15
 * compiler behaviours.

Return to bug 165547