bug 477678 - Windows CE builds should target ARMv6 r=dougt

This commit is contained in:
Brad Lassey 2009-02-09 19:00:24 -05:00
parent 7d5de50f2a
commit fa0de5d800
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ main(int argc, char **argv)
args[i++] = ASM_PATH;
args[i++] = "-I\"" WCE_INC "\"";
args[i++] = "-CPU ARM1136"; // we target ARM 11 and newer
i += argpath_conv(&argv[1], &args[i]);

View File

@ -30,6 +30,7 @@ main(int argc, char **argv)
args[i++] = "/D_WINDOWS";
args[i++] = "/DNO_ERRNO";
args[i++] = "/QRarch6";
args[i++] = "/Zc:wchar_t-"; //
args[i++] = "/GS-"; // disable security checks
args[i++] = "/GR-"; // disable C++ RTTI