From b82f3ddea9fb58e405bb762836a9ffacf6cb106e Mon Sep 17 00:00:00 2001 From: ryanwoodsmall Date: Sat, 8 Feb 2020 09:43:20 +0000 Subject: [PATCH] musl-cross-make-confs/Makefile.arch_indep: note on $lt_prog_compiler_pic_CXX -> -fPIC --- musl-cross-make-confs/Makefile.arch_indep | 1 + 1 file changed, 1 insertion(+) diff --git a/musl-cross-make-confs/Makefile.arch_indep b/musl-cross-make-confs/Makefile.arch_indep index aa9c2e0..28e439a 100644 --- a/musl-cross-make-confs/Makefile.arch_indep +++ b/musl-cross-make-confs/Makefile.arch_indep @@ -124,6 +124,7 @@ # - https://stackoverflow.com/questions/23257965/how-do-i-compile-gnu-libstdc-a-with-pic # - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28811 # - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58638 +# may need to replace $lt_prog_compiler_pic_CXX with explicit -fPIC # basic stuff: shell, timestamp and architecture SHELL := /bin/bash