X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=26e3709fee00284afd03dc8091f17efe231314a5;hb=ef596e1a80a9790efbc905c57b4e06ba6addb95a;hp=f0f2e0d9ec849dba18427026ca30ac898a45d34a;hpb=11486ffd5ad0d51d9ba338b9c0596d2164e41711;p=oota-llvm.git diff --git a/Makefile.config.in b/Makefile.config.in index f0f2e0d9ec8..26e3709fee0 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -156,8 +156,17 @@ CXX = @CXX@ # Path to the CC binary, which use used by testcases for native builds. CC := @CC@ +# C/C++ preprocessor flags. +CPPFLAGS += @CPPFLAGS@ + +# C compiler flags. +CFLAGS += @CFLAGS@ + +# C++ compiler flags. +CXXFLAGS += @CXXFLAGS@ + # Linker flags. -LDFLAGS+=@LDFLAGS@ +LDFLAGS += @LDFLAGS@ # Path to the library archiver program. AR_PATH = @AR@