Skip to content

Commit

Permalink
Fix libstdc++-nox stage name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jul 11, 2021
1 parent 7855b0c commit a76ef0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 $@
Expand Down

0 comments on commit a76ef0a

Please sign in to comment.