scons: swr: remove explicit __STDC_.*_MACROS defines
Analogous to previous commits. Cc: George Kyriazis <george.kyriazis@intel.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
committed by
Emil Velikov
parent
e809fadb86
commit
027e04932a
@@ -41,11 +41,6 @@ loadersource = env.ParseSourceList('Makefile.sources', [
|
||||
'LOADER_SOURCES'
|
||||
])
|
||||
|
||||
env.Append(CPPDEFINES = [
|
||||
'__STDC_CONSTANT_MACROS',
|
||||
'__STDC_LIMIT_MACROS'
|
||||
])
|
||||
|
||||
if not env['msvc'] :
|
||||
env.Append(CCFLAGS = [
|
||||
'-std=c++11',
|
||||
|
||||
Reference in New Issue
Block a user