summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-03 16:39:02 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-03 16:39:02 +0000
commit516efd5f4ff173e4778e80b07159368978500242 (patch)
tree62caea6f0b2e589f3bda3ca840f6956a56eb1a12
parent77647626f29a943b1ba341c254d191dc43f2a772 (diff)
downloadATCD-516efd5f4ff173e4778e80b07159368978500242.tar.gz
Mon Nov 3 04:12:12 UTC 2003 Craig Rodrigues <crodrigu@bbn.com>
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bf260ab254..4d3031d83ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,14 @@ Mon Nov 3 04:43:43 UTC 2003 Don Hinton <dhinton@dresystems.com>
assign something other than "make" to the make_program
variable.
+Mon Nov 3 04:12:12 UTC 2003 Craig Rodrigues <crodrigu@bbn.com>
+
+ * include/makeinclude/platform_freebsd.GNU:
+ Overhaul the OS version tests so that they actually work.
+ The "-pthread" gcc flag was recently deprecated in FreeBSD's gcc, so
+ use the correct pthread flags for gcc, based on the OS version.
+ Inspired by similar tests in /usr/ports/Mk/bsd.port.mk
+
Mon Nov 3 03:04:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/Barrier.h: