summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-08 15:30:30 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-08 15:30:30 +0000
commitdd0e127683088e889b58a523e9be7c847db33f84 (patch)
tree0821e7341d2ec6cac9308edd5de7ac96516fa443
parente7ae88561266bf843bd4398f3d7aac4678f18a60 (diff)
downloadATCD-dd0e127683088e889b58a523e9be7c847db33f84.tar.gz
ChangeLogTag: Fri Dec 8 09:27:01 2000 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--include/makeinclude/platform_chorus4.x_g++.GNU3
4 files changed, 25 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c1d1f3fc04..acdcb45ac07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Dec 8 09:27:01 2000 Chad Elliott <elliott_c@ociweb.com>
+
+ * include/makeinclude/platform_chorus4.x_g++.GNU:
+
+ Modified to build only static libraries. Something changed
+ between the time of the port and now, which caused it to try
+ to build shared libraries (which Chorus 4.0 doesn't support).
+
Fri Dec 8 06:47:12 2000 Christopher Kohlhoff <chris@kohlhoff.com>
* tests/Makefile.bor:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 1c1d1f3fc04..acdcb45ac07 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Fri Dec 8 09:27:01 2000 Chad Elliott <elliott_c@ociweb.com>
+
+ * include/makeinclude/platform_chorus4.x_g++.GNU:
+
+ Modified to build only static libraries. Something changed
+ between the time of the port and now, which caused it to try
+ to build shared libraries (which Chorus 4.0 doesn't support).
+
Fri Dec 8 06:47:12 2000 Christopher Kohlhoff <chris@kohlhoff.com>
* tests/Makefile.bor:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 1c1d1f3fc04..acdcb45ac07 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Fri Dec 8 09:27:01 2000 Chad Elliott <elliott_c@ociweb.com>
+
+ * include/makeinclude/platform_chorus4.x_g++.GNU:
+
+ Modified to build only static libraries. Something changed
+ between the time of the port and now, which caused it to try
+ to build shared libraries (which Chorus 4.0 doesn't support).
+
Fri Dec 8 06:47:12 2000 Christopher Kohlhoff <chris@kohlhoff.com>
* tests/Makefile.bor:
diff --git a/include/makeinclude/platform_chorus4.x_g++.GNU b/include/makeinclude/platform_chorus4.x_g++.GNU
index 28b22cf9214..4f1f1114423 100644
--- a/include/makeinclude/platform_chorus4.x_g++.GNU
+++ b/include/makeinclude/platform_chorus4.x_g++.GNU
@@ -27,8 +27,7 @@ CROSS-COMPILE = 1
debug = 1
exceptions = 0
optimize = 1
-shared_libs =
-static_libs = 1
+static_libs_only = 1
#
# Directory where the Chorus Development System is installed