aboutsummaryrefslogtreecommitdiff
path: root/libgloss/aarch64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-18 23:26:51 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-24 19:12:45 -0500
commite56bdf902bd77ef66f25985a8ae3b0ecbc4ef196 (patch)
tree6af5a77608dcab426dfefe77f4c67db418d04556 /libgloss/aarch64
parent15d7e0d417004570db92e7c75b72747bce75dda5 (diff)
downloadnewlib-e56bdf902bd77ef66f25985a8ae3b0ecbc4ef196.zip
newlib-e56bdf902bd77ef66f25985a8ae3b0ecbc4ef196.tar.gz
newlib-e56bdf902bd77ef66f25985a8ae3b0ecbc4ef196.tar.bz2
libgloss: document & localize custom multi-do rule
The multi-build.in file in libgloss duplicates common multilib logic in the root source tree. Document it a bit, and rename the rule so it doesn't clash with the common multi-do rule. This will let us use them in the same makefile so we can merge aarch64/ & arm/ up (as the only targets that use this local multi-build.in atm).
Diffstat (limited to 'libgloss/aarch64')
-rw-r--r--libgloss/aarch64/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgloss/aarch64/Makefile.in b/libgloss/aarch64/Makefile.in
index 82a0e37..e84aa69 100644
--- a/libgloss/aarch64/Makefile.in
+++ b/libgloss/aarch64/Makefile.in
@@ -152,7 +152,7 @@ $(RDIMON_BSP): $(RDIMON_OBJS)
${RANLIB} $@
# Multilib support.
-.PHONY: multi-do all-multi clean-multi install-multi
+.PHONY: libgloss-multi-do all-multi clean-multi install-multi
all-recursive: all-multi
clean-recursive: clean-multi
@@ -160,13 +160,13 @@ install-recursive: install-multi
# The $(MAKE) comments below are to enable parallel building.
all-multi:
- $(MAKE) $(AM_MAKEFLAGS) DO=all multi-do
+ $(MAKE) $(AM_MAKEFLAGS) DO=all libgloss-multi-do
clean-multi:
- $(MAKE) $(AM_MAKEFLAGS) DO=clean multi-do
+ $(MAKE) $(AM_MAKEFLAGS) DO=clean libgloss-multi-do
install-multi:
- $(MAKE) $(AM_MAKEFLAGS) DO=install multi-do
+ $(MAKE) $(AM_MAKEFLAGS) DO=install libgloss-multi-do
clean mostlyclean:
rm -f a.out core *.i *.o *-test *.srec *.dis *.x $(SIM_BSP) ${RDIMON_SCRIPTS}