1 #===-- Makefile.Linux - Linux specific makefile options ---*- makefile -*--====#
3 # This file is included by all other files, through Makefile.common, but only
4 # when compiling on a Linux based platform.
6 #===-----------------------------------------------------------------------====#
8 # MakeSharedObjectOption - This option is passed to the linker by
9 # Makefile.common when compiling a shared object.
11 MakeSharedObjectOption := -shared
13 # ExportSymbols - This is used by tools that need to make sure that all of their
14 # symbols are exported for use at runtime by dlsym.
16 ExportSymbols := -Wl,--export-dynamic
18 # Path to location for LLVM front-end for this architecture. This setting may
19 # be overriden by the Makefile.config option, and should not override it if set.
22 LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install_x86
25 # For now we disable running LLC output, because LLC does not generate x86 code
26 # LLC itself can be run so disable the diffs, not LLC itself.
28 DISABLE_LLC_DIFFS := 1