diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-24 18:41:07 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-24 18:41:07 -0700 |
commit | f2a8bdc4c3bd88cb6a9ff85c4f2c43e9b9f77b97 (patch) | |
tree | 172b11e658bf266a001050bf90a029c36ac97bd2 /tools/shared.py | |
parent | 1c8b4752414132e27abc608dda7db8dc0268f73a (diff) |
reorganize system/include
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index de1a4d7e..9abac9c4 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -27,7 +27,7 @@ EXEC_LLVM = path_from_root('tools', 'exec_llvm.py') # Additional compiler options -COMPILER_OPTS = COMPILER_OPTS + ['-m32', '-nostdinc', '-I' + path_from_root('system', 'include'), '-v', '-U__i386__', '-U__x86_64__', '-U__i386', '-U__x86_64', '-U__SSE__', '-U__SSE2__', '-UX87_DOUBLE_ROUNDING', '-UHAVE_GCC_ASM_FOR_X87'] +COMPILER_OPTS = COMPILER_OPTS + ['-m32', '-nostdinc', '-I' + path_from_root('system', 'include', 'libc'), '-v', '-U__i386__', '-U__x86_64__', '-U__i386', '-U__x86_64', '-U__SSE__', '-U__SSE2__', '-UX87_DOUBLE_ROUNDING', '-UHAVE_GCC_ASM_FOR_X87'] # Engine tweaks |