x64 target should always pass -m64

This commit is contained in:
Robert Mustacchi 2012-06-07 23:21:04 +00:00 committed by isaacs
parent 0435f9b28c
commit f62441367f

View File

@ -145,6 +145,10 @@
'cflags': [ '-m32' ],
'ldflags': [ '-m32' ],
}],
[ 'target_arch=="x64"', {
'cflags': [ '-m64' ],
'ldflags': [ '-m64' ],
}],
[ 'OS=="linux"', {
'ldflags': [ '-rdynamic' ],
}],