summarylogtreecommitdiffstats
path: root/libbacktrace-no-multilib.patch
blob: 75e863a500c3ed85dbfc02c5d38ac7e8f99a32c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/configure.ac
+++ b/configure.ac
@@ -35,9 +35,9 @@
 AC_CONFIG_HEADER(config.h)
 
 # with_target_subdir is used when configured as part of a GCC tree.
-if test -n "${with_target_subdir}"; then
-  AM_ENABLE_MULTILIB(, ..)
-fi
+#if test -n "${with_target_subdir}"; then
+#  AM_ENABLE_MULTILIB(, ..)
+#fi
 
 AC_CANONICAL_SYSTEM
 target_alias=${target_alias-$host_alias}