projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b062f
)
Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 3 Sep 2004 23:38:25 +0000
(23:38 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 3 Sep 2004 23:38:25 +0000
(23:38 +0000)
in the LLVM source base.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16162
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 835773bfa7457b0d0ae8ffff857262387e988b45..64b8bd188811a3f391acddbbcdeb1a1ac13f35be 100644
(file)
--- 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