libk  Diff

Differences From Artifact [4e982ff144]:

To Artifact [e58e880af0]:


   266    266   		report ar rc $to/libk.a $obj
   267    267   	done
   268    268   	report ranlib $to/libk.a
   269    269   fi
   270    270   
   271    271   if test $build_shared_library == yes; then
   272    272   	report ld -r ${rt_objects[@]} -o $to/boot.o
   273         -	report ld -shared ${fn_objects[@]} -o $to/libk.so
          273  +	report ld -shared ${fn_objects[@]} ${data_objects[@]} -o $to/libk.so
   274    274   fi
   275    275   
   276    276   # fifth pass: compile the executable tools
   277    277   # against the libraries created in pass 5
   278    278   
   279    279   for mod in ${modules[@]}; do
   280    280   	for exe in $(scan mod/$mod '*.exe.c'); do