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

This commit is contained in:
Ron Sluiter
2001-05-14 20:10:18 +00:00
parent 57fc2ac6f3
commit ff159f6671
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -20,6 +20,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 < WithMPFLib
cd startup
+5
View File
@@ -20,6 +20,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 < WithMPFLib
cd startup