aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2016-09-23 09:31:01 +0200
committerMichael Schmidt <github@mschmidt.me>2016-09-23 09:31:01 +0200
commit0218da79e51bfdd3b5911aa0b80febf4cb7c0ef4 (patch)
treef61733a07ed22c6fde70764e40842aa625282041 /configure
parent905012098014efe6ac661ca5fdaa30ba80480296 (diff)
downloadcompcert-0218da79e51bfdd3b5911aa0b80febf4cb7c0ef4.tar.gz
compcert-0218da79e51bfdd3b5911aa0b80febf4cb7c0ef4.zip
undefine _Nullable to add some compatibility with macOS 10.12 SDK
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3c78fe54..c15ce3eb 100755
--- a/configure
+++ b/configure
@@ -296,7 +296,7 @@ if test "$arch" = "ia32"; then
cc="${toolprefix}gcc -arch i386"
clinker="${toolprefix}gcc"
cprepro="${toolprefix}gcc"
- cprepro_options="-std=c99 -arch i386 -U__GNUC__ -U__clang__ -U__BLOCKS__ '-D__attribute__(x)=' '-D__asm(x)=' -E"
+ cprepro_options="-std=c99 -arch i386 -U__GNUC__ -U__clang__ -U__BLOCKS__ '-D__attribute__(x)=' '-D__asm(x)=' '-D_Nullable=' -E"
libmath=""
struct_passing="ints"
struct_return="int1248"