summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-24 15:05:22 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-24 15:05:22 +0000
commitd4fccac1bbffe6fdb7fd2ef1877a5fce869ade99 (patch)
treeb03f41c13c16186e650afb2cdfb88da78644b4c7 /ChangeLog
parentc7a73840d0ee8b65d6cfbbc26b824667a711c1c5 (diff)
downloadATCD-d4fccac1bbffe6fdb7fd2ef1877a5fce869ade99.tar.gz
ChangeLogTag:Thu Jul 24 15:01:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7777237b4e..5001d263e7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jul 24 15:01:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * include/makeinclude/platform_g++_common.GNU:
+ Added check for !static_libs_only before setting LDFLAGS +=
+ -Wl,-E, since the static_libs and shared_libs variables aren't
+ reset until later in wrapper_macros.GNU, e.g., users can either
+ set shared_libs=0 or static_libs_only=1 to turn off shared_libs.
+
Thu Jul 24 13:56:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
* include/makeinclude/platform_g++_common.GNU: