Fix for project facility generated VxWorks kernel and C++ code load error.

This commit is contained in:
Ron Sluiter
2001-06-11 19:29:20 +00:00
parent cb7364a002
commit c0bdaf6264
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -10,6 +10,11 @@
#< ../nfsCommands
cd appbin
# If the VxWorks kernel was built using the project facility, the following must
# be added before any C++ code is loaded (see SPR #28980).
sysCplusEnable=1
ld < NoMPFLib
cd startup
+5
View File
@@ -10,6 +10,11 @@
#< ../nfsCommands
cd appbin
# If the VxWorks kernel was built using the project facility, the following must
# be added before any C++ code is loaded (see SPR #28980).
sysCplusEnable=1
ld < NoMPFLib
cd startup