1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere

in the LLVM source base.

llvm-svn: 16162
This commit is contained in:
Reid Spencer 2004-09-03 23:38:25 +00:00
parent d5b1443205
commit 1564e90b49

View File

@ -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