xuxiandi / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Recognize Android as an POSIX OS #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, compiling Angle using the Android NDK results in a build error as 
the unsupported platform #error is being hit in compiler/osinclude.h.  Android 
should be recognized as a POSIX OS.

I've attached the patch making this (massive) change, and would appreciate it 
if someone could have a look and land. I've verified that this fixes the 
compile of four files:

- InitializeDll.cpp
- ParseHelper.cpp
- PoolAlloc.cpp
- ossource_posix.cpp

Cheers.

Original issue reported on code.google.com by bever...@google.com on 13 Sep 2011 at 4:13

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed at rev 753

Original comment by vange...@google.com on 15 Sep 2011 at 6:48