[llvm-commits] [129261] remove redundant -D option.
clattner at apple.com
clattner at apple.com
Tue Jul 10 10:46:47 PDT 2007
Revision: 129261
Author: clattner
Date: 2007-07-10 10:46:46 -0700 (Tue, 10 Jul 2007)
Log Message:
-----------
remove redundant -D option.
Modified Paths:
--------------
apple-local/branches/llvm/gcc/Makefile.in
Modified: apple-local/branches/llvm/gcc/Makefile.in
===================================================================
--- apple-local/branches/llvm/gcc/Makefile.in 2007-07-10 14:49:18 UTC (rev 129260)
+++ apple-local/branches/llvm/gcc/Makefile.in 2007-07-10 17:46:46 UTC (rev 129261)
@@ -230,7 +230,7 @@
ifeq ($(LLVMOBJDIR),)
CPPFLAGS = @CPPFLAGS@
else
-CPPFLAGS := @CPPFLAGS@ -DENABLE_LLVM -D__STDC_LIMIT_MACROS $(shell $(LLVMBINPATH)/llvm-config --cppflags)
+CPPFLAGS := @CPPFLAGS@ -DENABLE_LLVM $(shell $(LLVMBINPATH)/llvm-config --cppflags)
# Use llvm-config to get the srcdir that LLVM was configured with, to support
# srcdir != objdir builds.
More information about the llvm-commits
mailing list