mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2025-02-23 22:05:03 +00:00
23 lines
890 B
Diff
23 lines
890 B
Diff
--- src/gcc/gcc/configure 2024-05-20 09:02:31.592159861 +0300
|
|
+++ src/gcc/gcc/configure.patch 2024-05-20 09:04:22.992159819 +0300
|
|
@@ -3784,9 +3784,6 @@
|
|
gcc_gxx_include_dir='${libsubdir}/include/c++'
|
|
else
|
|
libstdcxx_incdir='include/c++/$(version)'
|
|
- if test x$host != x$target; then
|
|
- libstdcxx_incdir="$target_alias/$libstdcxx_incdir"
|
|
- fi
|
|
gcc_gxx_include_dir="\$(libsubdir)/\$(libsubdir_to_prefix)$libstdcxx_incdir"
|
|
fi
|
|
elif test "${with_sysroot+set}" = set; then
|
|
@@ -3853,9 +3850,6 @@
|
|
if test x${enable_version_specific_runtime_libs} = xyes; then
|
|
gcc_gxx_libcxx_include_dir='${libsubdir}/$libcxx_incdir'
|
|
else
|
|
- if test x$host != x$target; then
|
|
- libcxx_incdir="$target_alias/$libcxx_incdir"
|
|
- fi
|
|
gcc_gxx_libcxx_include_dir="\$(libsubdir)/\$(libsubdir_to_prefix)$libcxx_incdir"
|
|
fi
|
|
elif test "${with_sysroot+set}" = set; then
|