mirror of git://gcc.gnu.org/git/gcc.git
configure.ac: Typo fix.
libgomp/ * configure.ac: Typo fix. From-SVN: r203418
This commit is contained in:
parent
86a6016dcc
commit
451c19c488
|
|
@ -1,5 +1,8 @@
|
||||||
2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
|
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-1.f: New file.
|
||||||
* testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
|
* testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15458,7 +15458,7 @@ $as_echo "#define HAVE_TLS 1" >>confdefs.h
|
||||||
|
|
||||||
fi
|
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 "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5
|
||||||
$as_echo_n "checking whether the target supports hidden visibility... " >&6; }
|
$as_echo_n "checking whether the target supports hidden visibility... " >&6; }
|
||||||
|
|
|
||||||
|
|
@ -238,7 +238,7 @@ fi
|
||||||
# See if we support thread-local storage.
|
# See if we support thread-local storage.
|
||||||
GCC_CHECK_TLS
|
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_VISIBILITY
|
||||||
LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT
|
LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT
|
||||||
LIBGOMP_CHECK_ATTRIBUTE_ALIAS
|
LIBGOMP_CHECK_ATTRIBUTE_ALIAS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue