From 1559cbe1ebcea1dac3f5c3a40a51efedd7766ffc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 7 Sep 2024 14:55:46 +0000 Subject: Initial commit Signed-off-by: Laurent Bercot --- glibc/patches/gcc-9.2.0/cxx_for_build.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 glibc/patches/gcc-9.2.0/cxx_for_build.patch (limited to 'glibc/patches/gcc-9.2.0/cxx_for_build.patch') diff --git a/glibc/patches/gcc-9.2.0/cxx_for_build.patch b/glibc/patches/gcc-9.2.0/cxx_for_build.patch new file mode 100644 index 0000000..270d10a --- /dev/null +++ b/glibc/patches/gcc-9.2.0/cxx_for_build.patch @@ -0,0 +1,11 @@ +diff -rNU3 gcc-9.2.0.old/Makefile.in gcc-9.2.0/Makefile.in +--- gcc-9.2.0.old/Makefile.in 2019-04-09 10:49:14.000000000 +0200 ++++ gcc-9.2.0/Makefile.in 2019-11-04 11:45:20.003304394 +0100 +@@ -198,6 +198,7 @@ + AR="$(AR)"; export AR; \ + AS="$(AS)"; export AS; \ + CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ ++ CXX_FOR_BUILD="$(CXX_FOR_BUILD)"; export CXX_FOR_BUILD; \ + DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \ + LD="$(LD)"; export LD; \ + LDFLAGS="$(STAGE1_LDFLAGS) $(LDFLAGS)"; export LDFLAGS; \ -- cgit v1.3.1