aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-11-28 19:56:27 +0000
committerJakub Jelinek <jakub@redhat.com>2005-11-28 19:56:27 +0000
commitc4bbd1638a7d623dfc4f72351bf17a4fdb96d057 (patch)
tree1b7352dc836624f189c699fdc421643e77d1c10e /libgfortran/config.h.in
parent38a55afe5fedb96d440e700802cbafb0f333ff5c (diff)
libfortran/24991
* acinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to... (LIBGFOR_GTHREAD_WEAK): ... this. Define SUPPORTS_WEAK rather than HAVE_PRAGMA_WEAK. Define GTHREAD_USE_WEAK to 0 on hosts that shouldn't use weak in gthr.h. * configure.ac: Use LIBGFOR_GTHREAD_WEAK instead of LIBGFOR_CHECK_PRAGMA_WEAK. * config.h.in: Regenerated. * configure: Regenerated. * io/io.h (SUPPORTS_WEAK): Don't define here. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch@107618 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index ba0ca49b455..92f088672d7 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -3,6 +3,9 @@
/* Does gettimeofday take a single argument */
#undef GETTIMEOFDAY_ONE_ARGUMENT
+/* Define to 0 if the target shouldn't use #pragma weak */
+#undef GTHREAD_USE_WEAK
+
/* libm includes acos */
#undef HAVE_ACOS
@@ -465,9 +468,6 @@
/* libm includes powl */
#undef HAVE_POWL
-/* Define to 1 if the target supports #pragma weak */
-#undef HAVE_PRAGMA_WEAK
-
/* libm includes round */
#undef HAVE_ROUND
@@ -684,6 +684,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Define to 1 if the target supports #pragma weak */
+#undef SUPPORTS_WEAK
+
/* Define to 1 if the target is ILP32. */
#undef TARGET_ILP32