aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.file-metadatabin6106 -> 6106 bytes
-rwxr-xr-xconfigure3
-rw-r--r--reproduce/software/make/basic.mk2
3 files changed, 3 insertions, 2 deletions
diff --git a/.file-metadata b/.file-metadata
index f6752a5..48b34a6 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/configure b/configure
index 61e8469..6bf62b3 100755
--- a/configure
+++ b/configure
@@ -1139,8 +1139,9 @@ fi
./.local/bin/make -f reproduce/software/make/high-level.mk \
rpath_command=$rpath_command \
static_build=$static_build \
- on_mac_os=$on_mac_os \
numthreads=$numthreads \
+ on_mac_os=$on_mac_os \
+ host_cc=$host_cc \
-j$numthreads
diff --git a/reproduce/software/make/basic.mk b/reproduce/software/make/basic.mk
index bbeb13d..5535019 100644
--- a/reproduce/software/make/basic.mk
+++ b/reproduce/software/make/basic.mk
@@ -1153,7 +1153,7 @@ $(ibidir)/gcc: $(gcc-tarball) \
&& cd ../.. \
&& rm -rf gcc-$(gcc-version) \
&& if [ "x$(on_mac_os)" != xyes ]; then \
- for f in $$(find $(idir)/libexec/gcc); do \
+ for f in $$(find $(idir)/libexec/gcc) $(ildir)/libstdc++**; do \
if ldd $$f &> /dev/null; then \
patchelf --set-rpath $(ildir) $$f; \
fi; \