wok-current view node/stuff/SConstruct.patch @ rev 18995

Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Mar 19 01:26:01 2016 -0300 (2016-03-19)
parents
children
line source
1 --- deps/v8/SConstruct
2 +++ deps/v8/SConstruct
3 @@ -80,8 +80,8 @@
4 },
5 'gcc': {
6 'all': {
7 - 'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS'],
8 - 'CXXFLAGS': ['-fno-rtti', '-fno-exceptions'],
9 + 'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS', '-march=armv6'],
10 + 'CXXFLAGS': ['-fno-rtti', '-fno-exceptions', '-march=armv6'],
11 },
12 'visibility:hidden': {
13 # Use visibility=default to disable this.