From 2f14f577354729d97320ac4f3da2f529d45d6041 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Thu, 30 Apr 2015 14:20:02 +0200 Subject: [PATCH] stdcxx: add dependency to libm --- repos/libports/lib/import/import-stdcxx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/libports/lib/import/import-stdcxx.mk b/repos/libports/lib/import/import-stdcxx.mk index fb70474d49..62d270466d 100644 --- a/repos/libports/lib/import/import-stdcxx.mk +++ b/repos/libports/lib/import/import-stdcxx.mk @@ -11,7 +11,7 @@ INC_DIR += $(STDCXX_PORT_INCLUDE_DIR) \ $(STDCXX_PORT_INCLUDE_DIR)/c_std \ $(STDCXX_PORT_INCLUDE_DIR)/c_global -LIBS += libc +LIBS += libc libm include $(call select_from_repositories,lib/import/import-libc.mk) # prevent gcc headers from defining mbstate