mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-23 21:04:29 +08:00
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
This commit is contained in:
parent
665c56c62a
commit
408d29950d
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* configure.tgt (i[3456]86): Handle -mx32 like -m64.
|
||||
|
@ -57,6 +57,10 @@
|
||||
# define __ARM_ARCH__ 7
|
||||
#endif
|
||||
|
||||
#if defined(__ARM_ARCH_8A__)
|
||||
# define __ARM_ARCH__ 8
|
||||
#endif
|
||||
|
||||
#ifndef __ARM_ARCH__
|
||||
#error Unable to determine architecture.
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user