Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-24 07:24:52 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-02 07:07:11 +0300
commit8622002ffc71ff5777a7221232ba02c7a7e7d004 (patch)
tree7733e63e5264de6215e27a5dc937a6bbabd5ba34 /libgloss/aclocal.m4
parent30f244155b8e82aa948ddcb8f2350654fc1adb92 (diff)
libgloss: move to ../config/multi.m4 for multilib logic
The current libgloss multilib logic is almost exactly the same as the config/multi.m4, and the differences should be minor, so switch over to that to delete custom logic on ourside. The insertions here look larger and that's because none of the scripts were declaring --enable-multilib explicitly even though they checked the flag and changed behavior.
Diffstat (limited to 'libgloss/aclocal.m4')
-rw-r--r--libgloss/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/aclocal.m4 b/libgloss/aclocal.m4
index 3b8142a4b..6f7b7f7a7 100644
--- a/libgloss/aclocal.m4
+++ b/libgloss/aclocal.m4
@@ -1133,5 +1133,6 @@ AC_SUBST([am__untar])
m4_include([../config/depstand.m4])
m4_include([../config/lead-dot.m4])
+m4_include([../config/multi.m4])
m4_include([../config/override.m4])
m4_include([acinclude.m4])