X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=d1b3a551dd13c4f845e434cb5493378187475078;hb=9a2c1d3c46e6f24f978513244daad5c9b94e4556;hp=0074560ccd0d6668cec46b8fd6a755891e6574d1;hpb=ebb9f9b76db716e8731fa935d5d045bd1c5e49d8;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index 0074560ccd0..d1b3a551dd1 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -483,7 +483,7 @@ CPP.BaseFlags += -include llvm/System/Solaris.h endif LD.Flags += -L$(LibDir) -L$(LLVMLibDir) -CPP.BaseFlags += -D_GNU_SOURCE -D__STDC_LIMIT_MACROS +CPP.BaseFlags += -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS # All -I flags should go here, so that they don't confuse llvm-config. CPP.Flags += $(sort -I$(PROJ_OBJ_DIR) -I$(PROJ_SRC_DIR) \ $(patsubst %,-I%/include,\