diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 5dee69e4ac..8fdc6fd3d1 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -501,7 +501,8 @@ KernelLd libroot.so : <$(SOURCE_GRIST)!libroot!posix!math>log10.o <$(SOURCE_GRIST)!libroot!posix!math>log1p.o <$(SOURCE_GRIST)!libroot!posix!math>log__L.o - <$(SOURCE_GRIST)!libroot!posix!math>pow.o + <$(SOURCE_GRIST)!libroot!posix!math>pow.o + <$(SOURCE_GRIST)!libroot!posix!math>math_globals.o <$(SOURCE_GRIST)!libroot!posix!math>sinh.o <$(SOURCE_GRIST)!libroot!posix!math>tanh.o <$(SOURCE_GRIST)!libroot!posix!math>cabs.o