peterdocter / android-gcc-objc2-0

Automatically exported from code.google.com/p/android-gcc-objc2-0
1 stars 1 forks source link

Xcode compatibility flags #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Xcode requires certain flags in order to act more suitably as a replacement 
compiler for Android 
targets.

These flags/support would include the following:
-arch (multiple arch targets ala arm-eabi, Cortex A8, intel atom etc)
-fpascal-strings
-mfix-and-continue
-mandroid-version-min
-iquote for hmap generation

Original issue reported on code.google.com by phausler@gmail.com on 20 Jan 2010 at 2:58