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-21 06:52:02 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-22 01:10:09 +0300
commit17c2b857dc42cfe5e46d110250279f78807a3e5f (patch)
tree15cf00c34a82bbb154f2091cb8684346588b3339 /newlib/aclocal.m4
parent5cc72ac79d2bb072475de81a00fe302a0082e84b (diff)
newlib: move to ../config/multi.m4 for multilib logic
The current newlib 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.
Diffstat (limited to 'newlib/aclocal.m4')
-rw-r--r--newlib/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/aclocal.m4 b/newlib/aclocal.m4
index abf45db51..3d928e199 100644
--- a/newlib/aclocal.m4
+++ b/newlib/aclocal.m4
@@ -1169,6 +1169,7 @@ 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([../libtool.m4])
m4_include([../ltoptions.m4])