Intrinsic define set for the AROS target.
Syntax
__FB_AROS__
Description
Define without a value created at compile time when an AROS target is selected. The current target forms cover x86-64, ARM hard-float, and big-endian m68k. Use the CPU-family defines when code also depends on the selected architecture.
Example
#ifdef __FB_AROS__
Print "AROS target"
#endif
Version
See also