Comment #2 on issue 29203 by [email protected]: building on armv7 on ubuntu lucid fails with a "thumb conditional instruction should be in IT block" error http://code.google.com/p/chromium/issues/detail?id=29203
I guess it's because you are building with -mthumb ? That code isn't really made for thumb. I will add a thumb mode to gyp that will add - Wa,-mimplicit-it=thumb but it's probably going to be sub-optimal. Better would be to #ifdef __thumb__ that code and do the right thing. http://codereview.chromium.org/467016 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
