From 6430a5fde0861bfda88e5049213a668ea087c937 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 24 Oct 2016 14:56:13 +0000 Subject: [PATCH] Move the LLVM-based libgcc_s to /lib When enabled, it should install in the same location as the existing library. Reported by: antoine --- lib/libgcc_s/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libgcc_s/Makefile b/lib/libgcc_s/Makefile index 92fb8c3fb22d..6c57741e4d0a 100644 --- a/lib/libgcc_s/Makefile +++ b/lib/libgcc_s/Makefile @@ -2,6 +2,7 @@ PKG= clibs SHLIB_NAME= libgcc_s.so.1 +SHLIBDIR?= /lib WARNS?= 2