Fix check for whether we need -lm. Restore Ubuntu build.

This commit is contained in:
Michael Martin
2019-10-02 02:03:03 -07:00
parent f93799fdbf
commit 6c7a4e35e6
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -143,7 +143,6 @@ case "$HOST_SYSTEM" in
BUILDTOOL_LINK_DEPEND='gcce'
;;
*)
EXTRA_PLATFORM_GCC_FLAGS_LINK='-lm'
useGccBuildTools
;;
esac