diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-19 15:17:55 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-19 15:17:55 +0000 |
commit | 39f377a5c7eaf346ff9602432c49a06dfa895abb (patch) | |
tree | e19962477d28aca7fd7e7da19200c9aea87aec0d /include | |
parent | 8624d4d7577a45f4ad5e8d733c022e1341121279 (diff) | |
download | ATCD-39f377a5c7eaf346ff9602432c49a06dfa895abb.tar.gz |
ChangeLogTag: Mon Mar 19 09:14:12 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_chorus4.x_g++.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |