X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=d3b57e9f107a0fdee8a310426b1e57d548392145;hb=dc2a7005ddd3869556f1b39ee0ea4ab7e3606d66;hp=c751a0176d668a194bd647a112e54a448854b045;hpb=1983f54daebc5b4ba0ebb3fbc6ec0abb083f8908;p=oota-llvm.git diff --git a/Makefile.config.in b/Makefile.config.in index c751a0176d6..d3b57e9f107 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@