gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

Additional Options should be added to the end of Command Line #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using v5 architecture trying to build some files for ARMv6
2. Add `-march=armv6` to additional options
3. Compile

What is the expected output? What do you see instead?
`-march=armv6` added to the end of Command Line and overrides default armv5te.
Instead it adds before v5te and I have compilation error.

What version of the product are you using? On what operating system?
0.94

Please provide any additional information below.

Original issue reported on code.google.com by izx...@gmail.com on 20 Aug 2012 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 27 Aug 2012 at 10:19