summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-20 16:36:50 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-20 16:36:50 +0000
commitc221c1be94e40f780f7a7a699c9717096b16f431 (patch)
treee57f319749138a67e505d8f95784b39e53daab04 /include
parent5c32d5147361a61c48914a441f7eba16c28d8a6e (diff)
downloadATCD-c221c1be94e40f780f7a7a699c9717096b16f431.tar.gz
added POSTLINK to build symbol table
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks5.x_g++.GNU3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU
index c35a9033399..a636f69924f 100644
--- a/include/makeinclude/platform_vxworks5.x_g++.GNU
+++ b/include/makeinclude/platform_vxworks5.x_g++.GNU
@@ -74,3 +74,6 @@ LINK.c.override = $(LD) $(LDFLAGS) $(LDLIBS) $(LIBS)
LINK.cc = override
LINK.cc.override = $(PRELINK) $(LD) $(PTDIRS)
+POSTLINK = ; VX_CPU_FAMILY=$(TOOLENV) xsymDec < $@ > $@.sym
+
+