From a76ef0a9ad161d4aaddbdc9446691f3bd2a33179 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Sun, 11 Jul 2021 10:20:58 -0700 Subject: [PATCH] Fix libstdc++-nox stage name typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f50932d..1a4c36b 100644 --- a/Makefile +++ b/Makefile @@ -422,7 +422,7 @@ clean: .cleaninst.LINUX.clean .cleaninst.LINUX32.clean .cleaninst.WIN32.clean .c (cd $(call arena,$@)/$(GCC_DIR); $(call setenv,$@); $(MAKE) install) >> $(call log,$@) 2>&1 touch $@ -.stage.%.libsdtcpp-nox: .stage.%.libstdcpp +.stage.%.libstdcpp-nox: .stage.%.libstdcpp echo STAGE: $@ # We copy existing stdc, adjust the makefile, and build a single .a to save much time rm -rf $(call arena,$@)/$(GCC_DIR)/$(ARCH)/libstdc++-v3-nox > $(call log,$@) 2>&1 @@ -432,7 +432,7 @@ clean: .cleaninst.LINUX.clean .cleaninst.LINUX32.clean .cleaninst.WIN32.clean .c cp $(call arena,$@)/$(GCC_DIR)/$(ARCH)/libstdc++-v3-nox/src/.libs/libstdc++.a $(ARCH)$(call ext,$@)/$(ARCH)/lib/libstdc++.a >> $(call log,$@) 2>&1 touch $@ -.stage.%.strip: .stage.%.libsdtcpp-nox +.stage.%.strip: .stage.%.libstdcpp-nox echo STAGE: $@ ($(call setenv,$@); $(call host,$@)-strip $(call install,$@)/bin/*$(call exe,$@) $(call install,$@)/libexec/gcc/$(ARCH)/*/c*$(call exe,$@) $(call install,$@)/libexec/gcc/$(ARCH)/*/lto1$(call exe,$@) || true ) > $(call log,$@) 2>&1 touch $@