__ARM_ARCH_2__

Russell King - ARM Linux linux at arm.linux.org.uk
Thu Aug 8 04:27:19 EDT 2013


On Thu, Aug 08, 2013 at 10:08:02AM +0800, zhaobin xv wrote:
> I don't know what the"__ARM_ARCH_2__" mean?
> "__ARM_ARCH_2__" is definded by gcc or definded byarmlinux?
> where does it come from? what does it want to do?

You could try a few things before posting:

1. You could try grepping the kernel source to find out if anything
   in the kernel defines it.
2. You could try asking google and seeing what it returns.

Either of those will tell you that it's not defined by the kernel but by
the compiler.  For me, the first link on google explains it really well.

Thanks.



More information about the linux-arm-kernel mailing list