summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-03 23:38:25 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-03 23:38:25 +0000
commitec9d7801530c4dbe21f31b2294c4bd5b37841a4f (patch)
treeb3bf3f980076ebd9bfcd004ccc4d5d253fc20a7b /Makefile.rules
parent40b062fdf86143b89d674bcb6c63659014999ff0 (diff)
downloadllvm-ec9d7801530c4dbe21f31b2294c4bd5b37841a4f.tar.gz
llvm-ec9d7801530c4dbe21f31b2294c4bd5b37841a4f.tar.bz2
llvm-ec9d7801530c4dbe21f31b2294c4bd5b37841a4f.tar.xz
Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere
in the LLVM source base. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 835773bfa7..64b8bd1888 100644
--- a/Makefile.rules
+++ b/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