Hi
Just a quick note that trunk should compile with gcc 4.4 in release
mode if you add the following tweak to ~/.gyp/include.gypi
{
'variables': {
'gcc_version': '44',
},
}
You should do a 'gclient runhooks --force' after tweaking this of course.
This is a temporary measure to turn on some extra compiler flags for
gcc 4.4 for v8. Lots of the code also has to have -fno-strict-aliasing
turned on under gcc 4.4 ... there is work underway (slowly) to resolve
some of these issues properly. Feel free to chime in at
http://code.google.com/p/chromium/issues/detail?id=9104 if you want to
help or drop me an email.
Remember that gcc 4.4 is not a recommended or widely used toolchain
for chromium so stuff may break from time to time and there may be
undiscovered compiler specific issues. YMMV.
--Craig
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---