Lines Matching full:gold
925 maybe-configure-gold \
1059 @if gold-no-bootstrap
1060 all-host: maybe-all-gold
1061 @endif gold-no-bootstrap
1185 info-host: maybe-info-gold
1272 dvi-host: maybe-dvi-gold
1359 pdf-host: maybe-pdf-gold
1446 html-host: maybe-html-gold
1533 TAGS-host: maybe-TAGS-gold
1620 install-info-host: maybe-install-info-gold
1707 install-pdf-host: maybe-install-pdf-gold
1794 install-html-host: maybe-install-html-gold
1881 installcheck-host: maybe-installcheck-gold
1968 mostlyclean-host: maybe-mostlyclean-gold
2055 clean-host: maybe-clean-gold
2142 distclean-host: maybe-distclean-gold
2229 maintainer-clean-host: maybe-maintainer-clean-gold
2372 maybe-check-gold \
2506 maybe-install-gold \
2555 maybe-install-gold \
2662 maybe-install-strip-gold \
15393 .PHONY: configure-gold maybe-configure-gold
15394 maybe-configure-gold:
15396 configure-gold: stage_current
15398 @if gold
15399 maybe-configure-gold: configure-gold
15400 configure-gold:
15403 test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \
15404 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold; \
15406 echo Configuring in $(HOST_SUBDIR)/gold; \
15407 cd "$(HOST_SUBDIR)/gold" || exit 1; \
15410 *) topdir=`echo $(HOST_SUBDIR)/gold/ | \
15413 module_srcdir=gold; \
15420 @endif gold
15424 .PHONY: configure-stage1-gold maybe-configure-stage1-gold
15425 maybe-configure-stage1-gold:
15426 @if gold-bootstrap
15427 maybe-configure-stage1-gold: configure-stage1-gold
15428 configure-stage1-gold:
15430 @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold
15434 test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \
15439 echo Configuring stage 1 in $(HOST_SUBDIR)/gold; \
15440 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold; \
15441 cd $(HOST_SUBDIR)/gold || exit 1; \
15444 *) topdir=`echo $(HOST_SUBDIR)/gold/ | \
15447 module_srcdir=gold; \
15454 @endif gold-bootstrap
15456 .PHONY: configure-stage2-gold maybe-configure-stage2-gold
15457 maybe-configure-stage2-gold:
15458 @if gold-bootstrap
15459 maybe-configure-stage2-gold: configure-stage2-gold
15460 configure-stage2-gold:
15462 @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold
15466 test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \
15472 echo Configuring stage 2 in $(HOST_SUBDIR)/gold; \
15473 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold; \
15474 cd $(HOST_SUBDIR)/gold || exit 1; \
15477 *) topdir=`echo $(HOST_SUBDIR)/gold/ | \
15480 module_srcdir=gold; \
15487 @endif gold-bootstrap
15489 .PHONY: configure-stage3-gold maybe-configure-stage3-gold
15490 maybe-configure-stage3-gold:
15491 @if gold-bootstrap
15492 maybe-configure-stage3-gold: configure-stage3-gold
15493 configure-stage3-gold:
15495 @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold
15499 test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \
15505 echo Configuring stage 3 in $(HOST_SUBDIR)/gold; \
15506 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold; \
15507 cd $(HOST_SUBDIR)/gold || exit 1; \
15510 *) topdir=`echo $(HOST_SUBDIR)/gold/ | \
15513 module_srcdir=gold; \
15520 @endif gold-bootstrap
15522 .PHONY: configure-stage4-gold maybe-configure-stage4-gold
15523 maybe-configure-stage4-gold:
15524 @if gold-bootstrap
15525 maybe-configure-stage4-gold: configure-stage4-gold
15526 configure-stage4-gold:
15528 @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold
15532 test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \
15538 echo Configuring stage 4 in $(HOST_SUBDIR)/gold; \
15539 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold; \
15540 cd $(HOST_SUBDIR)/gold || exit 1; \
15543 *) topdir=`echo $(HOST_SUBDIR)/gold/ | \
15546 module_srcdir=gold; \
15553 @endif gold-bootstrap
15555 .PHONY: configure-stageprofile-gold maybe-configure-stageprofile-gold
15556 maybe-configure-stageprofile-gold:
15557 @if gold-bootstrap
15558 maybe-configure-stageprofile-gold: configure-stageprofile-gold
15559 configure-stageprofile-gold:
15561 @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold
15565 test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \
15571 echo Configuring stage profile in $(HOST_SUBDIR)/gold; \
15572 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold; \
15573 cd $(HOST_SUBDIR)/gold || exit 1; \
15576 *) topdir=`echo $(HOST_SUBDIR)/gold/ | \
15579 module_srcdir=gold; \
15586 @endif gold-bootstrap
15588 .PHONY: configure-stagefeedback-gold maybe-configure-stagefeedback-gold
15589 maybe-configure-stagefeedback-gold:
15590 @if gold-bootstrap
15591 maybe-configure-stagefeedback-gold: configure-stagefeedback-gold
15592 configure-stagefeedback-gold:
15594 @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold
15598 test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \
15604 echo Configuring stage feedback in $(HOST_SUBDIR)/gold; \
15605 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold; \
15606 cd $(HOST_SUBDIR)/gold || exit 1; \
15609 *) topdir=`echo $(HOST_SUBDIR)/gold/ | \
15612 module_srcdir=gold; \
15619 @endif gold-bootstrap
15625 .PHONY: all-gold maybe-all-gold
15626 maybe-all-gold:
15628 all-gold: stage_current
15630 @if gold
15631 TARGET-gold=all
15632 maybe-all-gold: all-gold
15633 all-gold: configure-gold
15637 (cd $(HOST_SUBDIR)/gold && \
15639 $(TARGET-gold))
15640 @endif gold
15644 .PHONY: all-stage1-gold maybe-all-stage1-gold
15645 .PHONY: clean-stage1-gold maybe-clean-stage1-gold
15646 maybe-all-stage1-gold:
15647 maybe-clean-stage1-gold:
15648 @if gold-bootstrap
15649 maybe-all-stage1-gold: all-stage1-gold
15650 all-stage1: all-stage1-gold
15651 TARGET-stage1-gold = $(TARGET-gold)
15652 all-stage1-gold: configure-stage1-gold
15658 cd $(HOST_SUBDIR)/gold && \
15669 $(TARGET-stage1-gold)
15671 maybe-clean-stage1-gold: clean-stage1-gold
15672 clean-stage1: clean-stage1-gold
15673 clean-stage1-gold:
15675 [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \
15677 [ -f $(HOST_SUBDIR)/stage1-gold/Makefile ] || exit 0; \
15680 cd $(HOST_SUBDIR)/gold && \
15683 @endif gold-bootstrap
15686 .PHONY: all-stage2-gold maybe-all-stage2-gold
15687 .PHONY: clean-stage2-gold maybe-clean-stage2-gold
15688 maybe-all-stage2-gold:
15689 maybe-clean-stage2-gold:
15690 @if gold-bootstrap
15691 maybe-all-stage2-gold: all-stage2-gold
15692 all-stage2: all-stage2-gold
15693 TARGET-stage2-gold = $(TARGET-gold)
15694 all-stage2-gold: configure-stage2-gold
15701 cd $(HOST_SUBDIR)/gold && \
15711 $(TARGET-stage2-gold)
15713 maybe-clean-stage2-gold: clean-stage2-gold
15714 clean-stage2: clean-stage2-gold
15715 clean-stage2-gold:
15717 [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \
15719 [ -f $(HOST_SUBDIR)/stage2-gold/Makefile ] || exit 0; \
15722 cd $(HOST_SUBDIR)/gold && \
15724 @endif gold-bootstrap
15727 .PHONY: all-stage3-gold maybe-all-stage3-gold
15728 .PHONY: clean-stage3-gold maybe-clean-stage3-gold
15729 maybe-all-stage3-gold:
15730 maybe-clean-stage3-gold:
15731 @if gold-bootstrap
15732 maybe-all-stage3-gold: all-stage3-gold
15733 all-stage3: all-stage3-gold
15734 TARGET-stage3-gold = $(TARGET-gold)
15735 all-stage3-gold: configure-stage3-gold
15742 cd $(HOST_SUBDIR)/gold && \
15752 $(TARGET-stage3-gold)
15754 maybe-clean-stage3-gold: clean-stage3-gold
15755 clean-stage3: clean-stage3-gold
15756 clean-stage3-gold:
15758 [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \
15760 [ -f $(HOST_SUBDIR)/stage3-gold/Makefile ] || exit 0; \
15763 cd $(HOST_SUBDIR)/gold && \
15765 @endif gold-bootstrap
15768 .PHONY: all-stage4-gold maybe-all-stage4-gold
15769 .PHONY: clean-stage4-gold maybe-clean-stage4-gold
15770 maybe-all-stage4-gold:
15771 maybe-clean-stage4-gold:
15772 @if gold-bootstrap
15773 maybe-all-stage4-gold: all-stage4-gold
15774 all-stage4: all-stage4-gold
15775 TARGET-stage4-gold = $(TARGET-gold)
15776 all-stage4-gold: configure-stage4-gold
15783 cd $(HOST_SUBDIR)/gold && \
15793 $(TARGET-stage4-gold)
15795 maybe-clean-stage4-gold: clean-stage4-gold
15796 clean-stage4: clean-stage4-gold
15797 clean-stage4-gold:
15799 [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \
15801 [ -f $(HOST_SUBDIR)/stage4-gold/Makefile ] || exit 0; \
15804 cd $(HOST_SUBDIR)/gold && \
15806 @endif gold-bootstrap
15809 .PHONY: all-stageprofile-gold maybe-all-stageprofile-gold
15810 .PHONY: clean-stageprofile-gold maybe-clean-stageprofile-gold
15811 maybe-all-stageprofile-gold:
15812 maybe-clean-stageprofile-gold:
15813 @if gold-bootstrap
15814 maybe-all-stageprofile-gold: all-stageprofile-gold
15815 all-stageprofile: all-stageprofile-gold
15816 TARGET-stageprofile-gold = $(TARGET-gold)
15817 all-stageprofile-gold: configure-stageprofile-gold
15824 cd $(HOST_SUBDIR)/gold && \
15834 $(TARGET-stageprofile-gold)
15836 maybe-clean-stageprofile-gold: clean-stageprofile-gold
15837 clean-stageprofile: clean-stageprofile-gold
15838 clean-stageprofile-gold:
15840 [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \
15842 [ -f $(HOST_SUBDIR)/stageprofile-gold/Makefile ] || exit 0; \
15845 cd $(HOST_SUBDIR)/gold && \
15847 @endif gold-bootstrap
15850 .PHONY: all-stagefeedback-gold maybe-all-stagefeedback-gold
15851 .PHONY: clean-stagefeedback-gold maybe-clean-stagefeedback-gold
15852 maybe-all-stagefeedback-gold:
15853 maybe-clean-stagefeedback-gold:
15854 @if gold-bootstrap
15855 maybe-all-stagefeedback-gold: all-stagefeedback-gold
15856 all-stagefeedback: all-stagefeedback-gold
15857 TARGET-stagefeedback-gold = $(TARGET-gold)
15858 all-stagefeedback-gold: configure-stagefeedback-gold
15865 cd $(HOST_SUBDIR)/gold && \
15875 $(TARGET-stagefeedback-gold)
15877 maybe-clean-stagefeedback-gold: clean-stagefeedback-gold
15878 clean-stagefeedback: clean-stagefeedback-gold
15879 clean-stagefeedback-gold:
15881 [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \
15883 [ -f $(HOST_SUBDIR)/stagefeedback-gold/Makefile ] || exit 0; \
15886 cd $(HOST_SUBDIR)/gold && \
15888 @endif gold-bootstrap
15894 .PHONY: check-gold maybe-check-gold
15895 maybe-check-gold:
15896 @if gold
15897 maybe-check-gold: check-gold
15899 check-gold:
15904 (cd $(HOST_SUBDIR)/gold && \
15907 @endif gold
15909 .PHONY: install-gold maybe-install-gold
15910 maybe-install-gold:
15911 @if gold
15912 maybe-install-gold: install-gold
15914 install-gold: installdirs
15919 (cd $(HOST_SUBDIR)/gold && \
15922 @endif gold
15924 .PHONY: install-strip-gold maybe-install-strip-gold
15925 maybe-install-strip-gold:
15926 @if gold
15927 maybe-install-strip-gold: install-strip-gold
15929 install-strip-gold: installdirs
15934 (cd $(HOST_SUBDIR)/gold && \
15937 @endif gold
15941 .PHONY: maybe-info-gold info-gold
15942 maybe-info-gold:
15943 @if gold
15944 maybe-info-gold: info-gold
15946 info-gold: \
15947 configure-gold
15948 @[ -f ./gold/Makefile ] || exit 0; \
15955 echo "Doing info in gold"; \
15956 (cd $(HOST_SUBDIR)/gold && \
15964 @endif gold
15966 .PHONY: maybe-dvi-gold dvi-gold
15967 maybe-dvi-gold:
15968 @if gold
15969 maybe-dvi-gold: dvi-gold
15971 dvi-gold: \
15972 configure-gold
15973 @[ -f ./gold/Makefile ] || exit 0; \
15980 echo "Doing dvi in gold"; \
15981 (cd $(HOST_SUBDIR)/gold && \
15989 @endif gold
15991 .PHONY: maybe-pdf-gold pdf-gold
15992 maybe-pdf-gold:
15993 @if gold
15994 maybe-pdf-gold: pdf-gold
15996 pdf-gold: \
15997 configure-gold
15998 @[ -f ./gold/Makefile ] || exit 0; \
16005 echo "Doing pdf in gold"; \
16006 (cd $(HOST_SUBDIR)/gold && \
16014 @endif gold
16016 .PHONY: maybe-html-gold html-gold
16017 maybe-html-gold:
16018 @if gold
16019 maybe-html-gold: html-gold
16021 html-gold: \
16022 configure-gold
16023 @[ -f ./gold/Makefile ] || exit 0; \
16030 echo "Doing html in gold"; \
16031 (cd $(HOST_SUBDIR)/gold && \
16039 @endif gold
16041 .PHONY: maybe-TAGS-gold TAGS-gold
16042 maybe-TAGS-gold:
16043 @if gold
16044 maybe-TAGS-gold: TAGS-gold
16046 TAGS-gold: \
16047 configure-gold
16048 @[ -f ./gold/Makefile ] || exit 0; \
16055 echo "Doing TAGS in gold"; \
16056 (cd $(HOST_SUBDIR)/gold && \
16064 @endif gold
16066 .PHONY: maybe-install-info-gold install-info-gold
16067 maybe-install-info-gold:
16068 @if gold
16069 maybe-install-info-gold: install-info-gold
16071 install-info-gold: \
16072 configure-gold \
16073 info-gold
16074 @[ -f ./gold/Makefile ] || exit 0; \
16081 echo "Doing install-info in gold"; \
16082 (cd $(HOST_SUBDIR)/gold && \
16090 @endif gold
16092 .PHONY: maybe-install-pdf-gold install-pdf-gold
16093 maybe-install-pdf-gold:
16094 @if gold
16095 maybe-install-pdf-gold: install-pdf-gold
16097 install-pdf-gold: \
16098 configure-gold \
16099 pdf-gold
16100 @[ -f ./gold/Makefile ] || exit 0; \
16107 echo "Doing install-pdf in gold"; \
16108 (cd $(HOST_SUBDIR)/gold && \
16116 @endif gold
16118 .PHONY: maybe-install-html-gold install-html-gold
16119 maybe-install-html-gold:
16120 @if gold
16121 maybe-install-html-gold: install-html-gold
16123 install-html-gold: \
16124 configure-gold \
16125 html-gold
16126 @[ -f ./gold/Makefile ] || exit 0; \
16133 echo "Doing install-html in gold"; \
16134 (cd $(HOST_SUBDIR)/gold && \
16142 @endif gold
16144 .PHONY: maybe-installcheck-gold installcheck-gold
16145 maybe-installcheck-gold:
16146 @if gold
16147 maybe-installcheck-gold: installcheck-gold
16149 installcheck-gold: \
16150 configure-gold
16151 @[ -f ./gold/Makefile ] || exit 0; \
16158 echo "Doing installcheck in gold"; \
16159 (cd $(HOST_SUBDIR)/gold && \
16167 @endif gold
16169 .PHONY: maybe-mostlyclean-gold mostlyclean-gold
16170 maybe-mostlyclean-gold:
16171 @if gold
16172 maybe-mostlyclean-gold: mostlyclean-gold
16174 mostlyclean-gold:
16175 @[ -f ./gold/Makefile ] || exit 0; \
16182 echo "Doing mostlyclean in gold"; \
16183 (cd $(HOST_SUBDIR)/gold && \
16191 @endif gold
16193 .PHONY: maybe-clean-gold clean-gold
16194 maybe-clean-gold:
16195 @if gold
16196 maybe-clean-gold: clean-gold
16198 clean-gold:
16199 @[ -f ./gold/Makefile ] || exit 0; \
16206 echo "Doing clean in gold"; \
16207 (cd $(HOST_SUBDIR)/gold && \
16215 @endif gold
16217 .PHONY: maybe-distclean-gold distclean-gold
16218 maybe-distclean-gold:
16219 @if gold
16220 maybe-distclean-gold: distclean-gold
16222 distclean-gold:
16223 @[ -f ./gold/Makefile ] || exit 0; \
16230 echo "Doing distclean in gold"; \
16231 (cd $(HOST_SUBDIR)/gold && \
16239 @endif gold
16241 .PHONY: maybe-maintainer-clean-gold maintainer-clean-gold
16242 maybe-maintainer-clean-gold:
16243 @if gold
16244 maybe-maintainer-clean-gold: maintainer-clean-gold
16246 maintainer-clean-gold:
16247 @[ -f ./gold/Makefile ] || exit 0; \
16254 echo "Doing maintainer-clean in gold"; \
16255 (cd $(HOST_SUBDIR)/gold && \
16263 @endif gold
47914 @if gold
47915 @cd $(HOST_SUBDIR); [ -d stage1-gold ] || \
47916 mkdir stage1-gold; \
47917 mv stage1-gold gold
47918 @endif gold
48029 @if gold
48030 @if test -d $(HOST_SUBDIR)/gold; then \
48031 cd $(HOST_SUBDIR); mv gold stage1-gold; \
48033 @endif gold
48198 @if gold
48199 @cd $(HOST_SUBDIR); [ -d stage2-gold ] || \
48200 mkdir stage2-gold; \
48201 mv stage2-gold gold; \
48202 mv stage1-gold prev-gold || test -f stage1-lean
48203 @endif gold
48336 @if gold
48337 @if test -d $(HOST_SUBDIR)/gold; then \
48338 cd $(HOST_SUBDIR); mv gold stage2-gold; \
48339 mv prev-gold stage1-gold; : ; \
48341 @endif gold
48540 @if gold
48541 @cd $(HOST_SUBDIR); [ -d stage3-gold ] || \
48542 mkdir stage3-gold; \
48543 mv stage3-gold gold; \
48544 mv stage2-gold prev-gold || test -f stage2-lean
48545 @endif gold
48678 @if gold
48679 @if test -d $(HOST_SUBDIR)/gold; then \
48680 cd $(HOST_SUBDIR); mv gold stage3-gold; \
48681 mv prev-gold stage2-gold; : ; \
48683 @endif gold
48938 @if gold
48939 @cd $(HOST_SUBDIR); [ -d stage4-gold ] || \
48940 mkdir stage4-gold; \
48941 mv stage4-gold gold; \
48942 mv stage3-gold prev-gold || test -f stage3-lean
48943 @endif gold
49076 @if gold
49077 @if test -d $(HOST_SUBDIR)/gold; then \
49078 cd $(HOST_SUBDIR); mv gold stage4-gold; \
49079 mv prev-gold stage3-gold; : ; \
49081 @endif gold
49324 @if gold
49325 @cd $(HOST_SUBDIR); [ -d stageprofile-gold ] || \
49326 mkdir stageprofile-gold; \
49327 mv stageprofile-gold gold; \
49328 mv stage1-gold prev-gold || test -f stage1-lean
49329 @endif gold
49462 @if gold
49463 @if test -d $(HOST_SUBDIR)/gold; then \
49464 cd $(HOST_SUBDIR); mv gold stageprofile-gold; \
49465 mv prev-gold stage1-gold; : ; \
49467 @endif gold
49643 @if gold
49644 @cd $(HOST_SUBDIR); [ -d stagefeedback-gold ] || \
49645 mkdir stagefeedback-gold; \
49646 mv stagefeedback-gold gold; \
49647 mv stageprofile-gold prev-gold || test -f stageprofile-lean
49648 @endif gold
49781 @if gold
49782 @if test -d $(HOST_SUBDIR)/gold; then \
49783 cd $(HOST_SUBDIR); mv gold stagefeedback-gold; \
49784 mv prev-gold stageprofile-gold; : ; \
49786 @endif gold
50139 configure-gcc: maybe-all-gold
50141 configure-stage1-gcc: maybe-all-stage1-gold
50142 configure-stage2-gcc: maybe-all-stage2-gold
50143 configure-stage3-gcc: maybe-all-stage3-gold
50144 configure-stage4-gcc: maybe-all-stage4-gold
50145 configure-stageprofile-gcc: maybe-all-stageprofile-gold
50146 configure-stagefeedback-gcc: maybe-all-stagefeedback-gold
50728 install-ld: maybe-install-gold
50729 install-strip-ld: maybe-install-strip-gold
50730 configure-gold: maybe-configure-intl
50732 configure-stage1-gold: maybe-configure-stage1-intl
50733 configure-stage2-gold: maybe-configure-stage2-intl
50734 configure-stage3-gold: maybe-configure-stage3-intl
50735 configure-stage4-gold: maybe-configure-stage4-intl
50736 configure-stageprofile-gold: maybe-configure-stageprofile-intl
50737 configure-stagefeedback-gold: maybe-configure-stagefeedback-intl
50738 all-gold: maybe-all-libiberty
50740 all-stage1-gold: maybe-all-stage1-libiberty
50741 all-stage2-gold: maybe-all-stage2-libiberty
50742 all-stage3-gold: maybe-all-stage3-libiberty
50743 all-stage4-gold: maybe-all-stage4-libiberty
50744 all-stageprofile-gold: maybe-all-stageprofile-libiberty
50745 all-stagefeedback-gold: maybe-all-stagefeedback-libiberty
50746 all-gold: maybe-all-intl
50748 all-stage1-gold: maybe-all-stage1-intl
50749 all-stage2-gold: maybe-all-stage2-intl
50750 all-stage3-gold: maybe-all-stage3-intl
50751 all-stage4-gold: maybe-all-stage4-intl
50752 all-stageprofile-gold: maybe-all-stageprofile-intl
50753 all-stagefeedback-gold: maybe-all-stagefeedback-intl
50754 all-gold: maybe-all-bfd
50756 all-stage1-gold: maybe-all-stage1-bfd
50757 all-stage2-gold: maybe-all-stage2-bfd
50758 all-stage3-gold: maybe-all-stage3-bfd
50759 all-stage4-gold: maybe-all-stage4-bfd
50760 all-stageprofile-gold: maybe-all-stageprofile-bfd
50761 all-stagefeedback-gold: maybe-all-stagefeedback-bfd
50762 all-gold: maybe-all-build-bison
50764 all-stage1-gold: maybe-all-build-bison
50765 all-stage2-gold: maybe-all-build-bison
50766 all-stage3-gold: maybe-all-build-bison
50767 all-stage4-gold: maybe-all-build-bison
50768 all-stageprofile-gold: maybe-all-build-bison
50769 all-stagefeedback-gold: maybe-all-build-bison
50770 all-gold: maybe-all-gas
50772 all-stage1-gold: maybe-all-stage1-gas
50773 all-stage2-gold: maybe-all-stage2-gas
50774 all-stage3-gold: maybe-all-stage3-gas
50775 all-stage4-gold: maybe-all-stage4-gas
50776 all-stageprofile-gold: maybe-all-stageprofile-gas
50777 all-stagefeedback-gold: maybe-all-stagefeedback-gas
50778 check-gold: maybe-all-binutils
50780 check-stage1-gold: maybe-all-stage1-binutils
50781 check-stage2-gold: maybe-all-stage2-binutils
50782 check-stage3-gold: maybe-all-stage3-binutils
50783 check-stage4-gold: maybe-all-stage4-binutils
50784 check-stageprofile-gold: maybe-all-stageprofile-binutils
50785 check-stagefeedback-gold: maybe-all-stagefeedback-binutils
50786 check-gold: maybe-all-gas
50788 check-stage1-gold: maybe-all-stage1-gas
50789 check-stage2-gold: maybe-all-stage2-gas
50790 check-stage3-gold: maybe-all-stage3-gas
50791 check-stage4-gold: maybe-all-stage4-gas
50792 check-stageprofile-gold: maybe-all-stageprofile-gas
50793 check-stagefeedback-gold: maybe-all-stagefeedback-gas