Remove libbe_build linking m from earlier commit and add -lm to HOST_LINK_FLAGS on non BeOS compatible platforms.

(HOST_LIBROOT would need more work than just adding m so I went the easy route.)
This commit is contained in:
Fredrik Holmqvist
2011-12-11 00:45:44 +01:00
parent 44c3f5c188
commit 34b63b5b9d
2 changed files with 2 additions and 6 deletions
+1
View File
@@ -772,6 +772,7 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) {
# compatibility library
HOST_HAIKU_COMPATIBILITY_LIBS = libhaikucompat.a ;
} else {
HOST_LINKFLAGS += -lm ;
HOST_LIBSTDC++ = stdc++ ;
HOST_LIBROOT = libroot_build_function_remapper.a libroot_build.so ;
HOST_STATIC_LIBROOT = libroot_build_function_remapper.a libroot_build.a ;