ourCommonFlags = [ Str "-m64",
Str "-mno-red-zone",
- Str "-fPIE",
+-- incompatible Str "-fPIE",
Str "-fno-stack-protector",
Str "-Wno-unused-but-set-variable",
Str "-Wno-packed-bitfield-compat",
kernelLdFlags = [ Str s | s <- [ "-Wl,-N",
- "-pie",
+-- incompatible "-pie",
"-fno-builtin",
"-nostdlib",
"-Wl,--fatal-warnings",
#define EM_TINYJ 61 /* Advanced Logic Corp. TinyJ processor. */
#define EM_X86_64 62 /* Advanced Micro Devices x86-64 */
#define EM_AMD64 EM_X86_64 /* Advanced Micro Devices x86-64 (compat) */
+#define EM_K1OM 181 /* Intel K1OM (Xeon Phi) */
/* Non-standard or deprecated. */
#define EM_486 6 /* Intel i486. */