summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-19 15:17:55 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-19 15:17:55 +0000
commit39f377a5c7eaf346ff9602432c49a06dfa895abb (patch)
treee19962477d28aca7fd7e7da19200c9aea87aec0d
parent8624d4d7577a45f4ad5e8d733c022e1341121279 (diff)
downloadATCD-39f377a5c7eaf346ff9602432c49a06dfa895abb.tar.gz
ChangeLogTag: Mon Mar 19 09:14:12 2001 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-02a7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--include/makeinclude/platform_chorus4.x_g++.GNU2
4 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bd140c20ca8..5e98d83d8d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Mar 19 09:14:12 2001 Chad Elliott <elliott_c@ociweb.com>
+
+ * include/makeinclude/platform_chorus4.x_g++.GNU:
+
+ Added an output option to the link command. Linking would fail
+ in cases where the output was specified in another directory.
+
Sun Mar 18 22:12:16 2001 Ossama Othman <ossama@uci.edu>
* ace/SSL/SSL_SOCK_Stream.i (close):
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index bd140c20ca8..5e98d83d8d9 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Mon Mar 19 09:14:12 2001 Chad Elliott <elliott_c@ociweb.com>
+
+ * include/makeinclude/platform_chorus4.x_g++.GNU:
+
+ Added an output option to the link command. Linking would fail
+ in cases where the output was specified in another directory.
+
Sun Mar 18 22:12:16 2001 Ossama Othman <ossama@uci.edu>
* ace/SSL/SSL_SOCK_Stream.i (close):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index bd140c20ca8..5e98d83d8d9 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Mon Mar 19 09:14:12 2001 Chad Elliott <elliott_c@ociweb.com>
+
+ * include/makeinclude/platform_chorus4.x_g++.GNU:
+
+ Added an output option to the link command. Linking would fail
+ in cases where the output was specified in another directory.
+
Sun Mar 18 22:12:16 2001 Ossama Othman <ossama@uci.edu>
* ace/SSL/SSL_SOCK_Stream.i (close):
diff --git a/include/makeinclude/platform_chorus4.x_g++.GNU b/include/makeinclude/platform_chorus4.x_g++.GNU
index 21b60df2cdd..42c79bd92b2 100644
--- a/include/makeinclude/platform_chorus4.x_g++.GNU
+++ b/include/makeinclude/platform_chorus4.x_g++.GNU
@@ -163,7 +163,7 @@ POSTLINK= -r $(OS_DIR)/lib/CC/libC.a $(OS_DIR)/lib/libbsd/libbsd.a \
-nostdlib -lgcc-chorus; \
mv $@ $@.xp.o; \
$(CHTOOLS_DIR)/host/bin/mkctors $@.xp.o > $@.ct.s; \
- $(CXX) -c $@.ct.s; \
+ $(CXX) -c $@.ct.s -o $@.ct.o; \
$(RM) $@.ct.s; \
$(LD) $(LDOPTIONS) -e _start -r -dn -o $@ \
$(NUCLEUS_DIR)/lib/crt/crth.u.o $(NUCLEUS_DIR)/lib/crt/crt0.o \