23. aug. 2010 10.39 skrev <[email protected]>: > > Comment #2 on issue 836 by vincent.rabah: armv5tel compilation error in > macro-assembler-arm.cc "For thumb inter-working we require an architecture > which supports blx" > http://code.google.com/p/v8/issues/detail?id=836 > > Thank's it does work now : > > I had it in v8/SConstruct : > > 133'gcc': { > 134 'all': { > 135 'CCFLAGS': ['$DIALECTFLAGS', > '$WARNINGFLAGS','-march=armv5t'], > 136 'CXXFLAGS': ['$CCFLAGS', '-fno-rtti', '-fno-exceptions'], > 137 }, > > But is there a way to make it work on Debian squeeze without changing this > file ?
It should be possible to set CFLAGS in the environment: CFLAGS=-march=armv5t scons .... > > Thank's > > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > -- Erik Corry, Software Engineer Google Denmark ApS - Frederiksborggade 20B, 1 sal, 1360 København K - Denmark - CVR nr. 28 86 69 84 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
