mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with some
java constants. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13611 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
433e25a920
commit
972c0c9f0a
@ -294,7 +294,7 @@ CPPFLAGS += -D_GNU_SOURCE
|
||||
CPPFLAGS += -D__STDC_LIMIT_MACROS
|
||||
|
||||
### FIXME: this is GCC specific
|
||||
CPPFLAGS += -DDEPRECATED='__attribute__ ((deprecated))'
|
||||
CPPFLAGS += -DATTR_DEPRECATED='__attribute__ ((deprecated))'
|
||||
|
||||
CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused
|
||||
CompileOptimizeOpts := -O3 -DNDEBUG -finline-functions
|
||||
|
Loading…
Reference in New Issue
Block a user