diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-03 23:38:25 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-03 23:38:25 +0000 |
commit | b9c90a2b024f790c3828fcd0e0b80d1aebfac425 (patch) | |
tree | d62b48e20153c8d2593460399e0a3e4b77424f27 | |
parent | 0ded30aec4abe3bbc873b777cde67626c203d6e7 (diff) | |
download | bcm5719-llvm-b9c90a2b024f790c3828fcd0e0b80d1aebfac425.tar.gz bcm5719-llvm-b9c90a2b024f790c3828fcd0e0b80d1aebfac425.zip |
Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere
in the LLVM source base.
llvm-svn: 16162
-rw-r--r-- | llvm/Makefile.rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 835773bfa74..64b8bd18881 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -307,9 +307,6 @@ CPPFLAGS += -D_GNU_SOURCE # Pull in limit macros from stdint.h, even in C++: CPPFLAGS += -D__STDC_LIMIT_MACROS -### FIXME: this is GCC specific -CPPFLAGS += -DATTR_DEPRECATED='__attribute__ ((deprecated))' - CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused CompileOptimizeOpts := -O3 -DNDEBUG -finline-functions |