diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-07 14:55:46 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-09-07 14:55:46 +0000 |
| commit | 1559cbe1ebcea1dac3f5c3a40a51efedd7766ffc (patch) | |
| tree | 8a8d1e0c31e3328c9897c3727a555c693ef8a2fc /glibc/patches/gcc-9.2.0/cxx_for_build.patch | |
| download | ToolchainFactory-1559cbe1ebcea1dac3f5c3a40a51efedd7766ffc.tar.gz | |
Initial commit
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'glibc/patches/gcc-9.2.0/cxx_for_build.patch')
| -rw-r--r-- | glibc/patches/gcc-9.2.0/cxx_for_build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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; \ |
