diff options
author | Andrew Haley <aph@redhat.com> | 2009-08-12 16:34:00 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2009-08-12 16:34:00 +0000 |
commit | e8e76230ed27bb3a942c0db135089f905c43684f (patch) | |
tree | e16fbabe8bb8dfe6812a509c329d1ecd79bb1c0a /libjava/configure.ac | |
parent | b2a58473d7b5cb84c43da1a7749b29a96a4bfbad (diff) | |
download | gcc-e8e76230ed27bb3a942c0db135089f905c43684f.zip gcc-e8e76230ed27bb3a942c0db135089f905c43684f.tar.gz gcc-e8e76230ed27bb3a942c0db135089f905c43684f.tar.bz2 |
locks.h: Use atomic builtins For Linux EABI.
2009-08-12 Andrew Haley <aph@redhat.com>
* sysdep/arm/locks.h: Use atomic builtins For Linux EABI.
* configure.ac: Add ATOMICSPEC.
* libgcj.spec.in: Likewise.
* configure.host (arm*-linux*): Add -Wno-abi to cxxflags.
(testsuite/libjava.jvmti/jvmti-interp.exp): Likewise.
(testsuite/libjava.jvmti/jvmti.exp): Likewise.
(testsuite/libjava.jni/jni.exp): Likewise.
Set ATOMICSPEC.
Set LDFLAGS to work around libtool feature.
From-SVN: r150702
Diffstat (limited to 'libjava/configure.ac')
-rw-r--r-- | libjava/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.ac b/libjava/configure.ac index 1ab5bec..7dfb5c5 100644 --- a/libjava/configure.ac +++ b/libjava/configure.ac @@ -1447,6 +1447,7 @@ AC_SUBST(CHECKREFSPEC) AC_SUBST(EXCEPTIONSPEC) AC_SUBST(BACKTRACESPEC) AC_SUBST(IEEESPEC) +AC_SUBST(ATOMICSPEC) AM_CONDITIONAL(NATIVE, test "$NATIVE" = yes) AM_CONDITIONAL(ENABLE_SHARED, test "$enable_shared" = yes) |