Adjust library requirement for modern gcc

This commit is contained in:
Michael Martin
2018-01-12 20:04:24 -08:00
parent c3bbcdf834
commit e6a0038646
+1 -2
View File
@@ -143,6 +143,7 @@ case "$HOST_SYSTEM" in
BUILDTOOL_LINK_DEPEND='gcce'
;;
*)
EXTRA_PLATFORM_GCC_FLAGS_LINK='-lm'
useGccBuildTools
;;
esac
@@ -313,5 +314,3 @@ PROG_gcce_VERSION='$(arm-none-symbianelf-gcc --version)'
##############################################################################
# Describe the symbols (possibly) used: #
##############################################################################