diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-10-11 12:42:53 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2013-10-11 12:42:53 +0200 |
commit | 451c19c488f1a0f515f8c19020685d3dfe3587bf (patch) | |
tree | b6750823b64ec0fbfd1ae32474aa9d6ca73b1ee3 /libgomp | |
parent | 86a6016dccd3a98a78e7a49c38befe9eb44aa9aa (diff) | |
download | gcc-451c19c488f1a0f515f8c19020685d3dfe3587bf.zip gcc-451c19c488f1a0f515f8c19020685d3dfe3587bf.tar.gz gcc-451c19c488f1a0f515f8c19020685d3dfe3587bf.tar.bz2 |
configure.ac: Typo fix.
libgomp/
* configure.ac: Typo fix.
From-SVN: r203418
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 3 | ||||
-rwxr-xr-x | libgomp/configure | 2 | ||||
-rw-r--r-- | libgomp/configure.ac | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 01df81d..8d4fb6c 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,8 @@ 2013-10-11 Thomas Schwinge <thomas@codesourcery.com> + * configure.ac: Typo fix. + * configure: Regenerate. + * testsuite/libgomp.fortran/openmp_version-1.f: New file. * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise. diff --git a/libgomp/configure b/libgomp/configure index 983c63d..06276e1 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -15458,7 +15458,7 @@ $as_echo "#define HAVE_TLS 1" >>confdefs.h fi -# See what sort of export controls are availible. +# See what sort of export controls are available. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5 $as_echo_n "checking whether the target supports hidden visibility... " >&6; } diff --git a/libgomp/configure.ac b/libgomp/configure.ac index d87ed29..e7fbb31 100644 --- a/libgomp/configure.ac +++ b/libgomp/configure.ac @@ -238,7 +238,7 @@ fi # See if we support thread-local storage. GCC_CHECK_TLS -# See what sort of export controls are availible. +# See what sort of export controls are available. LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT LIBGOMP_CHECK_ATTRIBUTE_ALIAS |