This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

New file: t-freebsd-thread


Sun Nov 14 18:49:37 1999  David O'Brien  <obrien@FreeBSD.org>

	* configure.in: Handle libgcc2 threads support on FreeBSD platforms.
	* configure: Rebuilt.
	* config/t-freebsd-thread: New file.

-- 
-- David    (obrien@NUXI.com)


--- /dev/null	Sun Nov 14 18:40:20 1999
+++ gcc/config/t-freebsd-thread	Sun Nov 14 18:41:44 1999
@@ -0,0 +1,4 @@
+# This is currently needed to compile libgcc2 for threads support
+TARGET_LIBGCC2_CFLAGS=-pthread
+#T_CFLAGS=-pthread
+#T_CPPFLAGS=-pthread


--- gcc/configure.in.orig	Fri Nov  5 00:50:01 1999
+++ gcc/configure.in	Sun Nov 14 18:49:17 1999
@@ -1282,7 +1282,7 @@
 		case x${enable_threads} in
 		xyes | xpthreads | xposix)
 			thread_file='posix'
-			tmake_file="${tmake_file} t-openbsd-thread"
+			tmake_file="${tmake_file} t-freebsd-thread"
 			;;
 		esac
 		;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]