| Index: pnacl/driver/pnacl-as.py
|
| ===================================================================
|
| --- pnacl/driver/pnacl-as.py (revision 7373)
|
| +++ pnacl/driver/pnacl-as.py (working copy)
|
| @@ -22,6 +22,7 @@
|
| 'ASPP_FLAGS': '-DNACL_LINUX=1',
|
|
|
| 'AS_FLAGS_ARM' : '-mfpu=vfp -march=armv7-a',
|
| + # BUG: http://code.google.com/p/nativeclient/issues/detail?id=1968
|
| # once we can use llvm's ARM assembler we should use these flags
|
| #'AS_FLAGS_ARM' : '-assemble -filetype=obj -arch=arm -triple=armv7a-nacl',
|
| 'AS_FLAGS_X8632' : '-assemble -filetype=obj -arch=x86 -triple=i686-nacl',
|
|
|