While building arm hardfp chrome browser, remove "-mfloat-abi=hard" from host...

While building arm hardfp chrome browser, remove "-mfloat-abi=hard" from host compiler cflags, which causes building chrome browser failure.

BUG=https://code.google.com/p/chrome-os-partner/issues/detail?id=8539
TEST=manually build chrome browser use "hard"

Review URL: https://chromiumcodereview.appspot.com/9810036
Patch from Han Shen <shenhan@google.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11160 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d71c60e0
...@@ -142,8 +142,10 @@ ...@@ -142,8 +142,10 @@
'USE_EABI_HARDFLOAT=1', 'USE_EABI_HARDFLOAT=1',
'CAN_USE_VFP_INSTRUCTIONS', 'CAN_USE_VFP_INSTRUCTIONS',
], ],
'cflags': [ 'target_conditions': [
'-mfloat-abi=hard', ['_toolset=="target"', {
'cflags': ['-mfloat-abi=hard',],
}],
], ],
}, { }, {
'defines': [ 'defines': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment