diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2010-10-06 16:42:50 +0000 |
---|---|---|
committer | Marcus Shawcroft <mshawcroft@gcc.gnu.org> | 2010-10-06 16:42:50 +0000 |
commit | d213e92e53c40f0ab53a6813c9284814f54c58c9 (patch) | |
tree | 983a5d576f5a7964e781b3497626f6d0aa0031e6 /libgomp/configure.tgt | |
parent | c956e9af46f6467e438e6e5154da43778ebc116f (diff) | |
download | gcc-d213e92e53c40f0ab53a6813c9284814f54c58c9.tar.gz |
futex.h: New.
2010-10-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
* config/linux/futex.h: New.
* config/linux/arm/mutex.h: New.
* configure.tgt (arm*-*-linux*): Add config path.
From-SVN: r165054
Diffstat (limited to 'libgomp/configure.tgt')
-rw-r--r-- | libgomp/configure.tgt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index 16bb888862e..6ab9e4d9141 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -31,6 +31,10 @@ if test $enable_linux_futex = yes; then config_path="linux/alpha linux posix" ;; + arm*-*-linux*) + config_path="linux/arm linux posix" + ;; + ia64*-*-linux*) config_path="linux/ia64 linux posix" ;; |