Commit 408d2995 by Marcus Shawcroft Committed by Marcus Shawcroft

libatomic: Detect and build for ARM architecture armv8-a.

2012-12-04  Marcus Shawcroft  <marcus.shawcroft@arm.com>

	* config/arm/arm-config.h (__ARM_ARCH_8A__): New.

From-SVN: r194150
parent 665c56c6
2012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
* config/arm/arm-config.h (__ARM_ARCH_8A__): New.
2012-11-21 Matthias Klose <doko@ubuntu.com> 2012-11-21 Matthias Klose <doko@ubuntu.com>
* configure.tgt (i[3456]86): Handle -mx32 like -m64. * configure.tgt (i[3456]86): Handle -mx32 like -m64.
......
...@@ -57,6 +57,10 @@ ...@@ -57,6 +57,10 @@
# define __ARM_ARCH__ 7 # define __ARM_ARCH__ 7
#endif #endif
#if defined(__ARM_ARCH_8A__)
# define __ARM_ARCH__ 8
#endif
#ifndef __ARM_ARCH__ #ifndef __ARM_ARCH__
#error Unable to determine architecture. #error Unable to determine architecture.
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment