Lines Matching refs:newlib
936 maybe-configure-target-newlib \
1092 all-target: maybe-all-target-newlib
1184 info-target: maybe-info-target-newlib
1267 dvi-target: maybe-dvi-target-newlib
1350 pdf-target: maybe-pdf-target-newlib
1433 html-target: maybe-html-target-newlib
1516 TAGS-target: maybe-TAGS-target-newlib
1599 install-info-target: maybe-install-info-target-newlib
1682 install-pdf-target: maybe-install-pdf-target-newlib
1765 install-html-target: maybe-install-html-target-newlib
1848 installcheck-target: maybe-installcheck-target-newlib
1931 mostlyclean-target: maybe-mostlyclean-target-newlib
2014 clean-target: maybe-clean-target-newlib
2097 distclean-target: maybe-distclean-target-newlib
2180 maintainer-clean-target: maybe-maintainer-clean-target-newlib
2318 maybe-check-target-newlib \
2474 maybe-install-target-newlib \
2577 maybe-install-strip-target-newlib \
35047 .PHONY: configure-target-newlib maybe-configure-target-newlib
35048 maybe-configure-target-newlib:
35050 configure-target-newlib: stage_current
35052 @if target-newlib
35053 maybe-configure-target-newlib: configure-target-newlib
35054 configure-target-newlib:
35059 $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/newlib ; \
35060 $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/newlib/multilib.tmp 2> /dev/null ; \
35061 if test -r $(TARGET_SUBDIR)/newlib/multilib.out; then \
35062 if cmp -s $(TARGET_SUBDIR)/newlib/multilib.tmp $(TARGET_SUBDIR)/newlib/multilib.out; then \
35063 rm -f $(TARGET_SUBDIR)/newlib/multilib.tmp; \
35065 rm -f $(TARGET_SUBDIR)/newlib/Makefile; \
35066 mv $(TARGET_SUBDIR)/newlib/multilib.tmp $(TARGET_SUBDIR)/newlib/multilib.out; \
35069 mv $(TARGET_SUBDIR)/newlib/multilib.tmp $(TARGET_SUBDIR)/newlib/multilib.out; \
35071 test ! -f $(TARGET_SUBDIR)/newlib/Makefile || exit 0; \
35072 $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/newlib ; \
35074 echo Configuring in $(TARGET_SUBDIR)/newlib; \
35078 *) topdir=`echo $(TARGET_SUBDIR)/newlib/ | \
35088 @endif target-newlib
35094 .PHONY: all-target-newlib maybe-all-target-newlib
35095 maybe-all-target-newlib:
35097 all-target-newlib: stage_current
35099 @if target-newlib
35100 TARGET-target-newlib=all
35101 maybe-all-target-newlib: all-target-newlib
35102 all-target-newlib: configure-target-newlib
35107 (cd $(TARGET_SUBDIR)/newlib && \
35109 $(TARGET-target-newlib))
35110 @endif target-newlib
35116 .PHONY: check-target-newlib maybe-check-target-newlib
35117 maybe-check-target-newlib:
35118 @if target-newlib
35119 maybe-check-target-newlib: check-target-newlib
35121 check-target-newlib:
35126 (cd $(TARGET_SUBDIR)/newlib && \
35129 @endif target-newlib
35131 .PHONY: install-target-newlib maybe-install-target-newlib
35132 maybe-install-target-newlib:
35133 @if target-newlib
35134 maybe-install-target-newlib: install-target-newlib
35136 install-target-newlib: installdirs
35141 (cd $(TARGET_SUBDIR)/newlib && \
35144 @endif target-newlib
35146 .PHONY: install-strip-target-newlib maybe-install-strip-target-newlib
35147 maybe-install-strip-target-newlib:
35148 @if target-newlib
35149 maybe-install-strip-target-newlib: install-strip-target-newlib
35151 install-strip-target-newlib: installdirs
35156 (cd $(TARGET_SUBDIR)/newlib && \
35159 @endif target-newlib
35163 .PHONY: maybe-info-target-newlib info-target-newlib
35164 maybe-info-target-newlib:
35165 @if target-newlib
35166 maybe-info-target-newlib: info-target-newlib
35168 info-target-newlib: \
35169 configure-target-newlib
35171 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35179 (cd $(TARGET_SUBDIR)/newlib && \
35187 @endif target-newlib
35189 .PHONY: maybe-dvi-target-newlib dvi-target-newlib
35190 maybe-dvi-target-newlib:
35191 @if target-newlib
35192 maybe-dvi-target-newlib: dvi-target-newlib
35194 dvi-target-newlib: \
35195 configure-target-newlib
35197 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35205 (cd $(TARGET_SUBDIR)/newlib && \
35213 @endif target-newlib
35215 .PHONY: maybe-pdf-target-newlib pdf-target-newlib
35216 maybe-pdf-target-newlib:
35217 @if target-newlib
35218 maybe-pdf-target-newlib: pdf-target-newlib
35220 pdf-target-newlib: \
35221 configure-target-newlib
35223 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35231 (cd $(TARGET_SUBDIR)/newlib && \
35239 @endif target-newlib
35241 .PHONY: maybe-html-target-newlib html-target-newlib
35242 maybe-html-target-newlib:
35243 @if target-newlib
35244 maybe-html-target-newlib: html-target-newlib
35246 html-target-newlib: \
35247 configure-target-newlib
35249 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35257 (cd $(TARGET_SUBDIR)/newlib && \
35265 @endif target-newlib
35267 .PHONY: maybe-TAGS-target-newlib TAGS-target-newlib
35268 maybe-TAGS-target-newlib:
35269 @if target-newlib
35270 maybe-TAGS-target-newlib: TAGS-target-newlib
35272 TAGS-target-newlib: \
35273 configure-target-newlib
35275 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35283 (cd $(TARGET_SUBDIR)/newlib && \
35291 @endif target-newlib
35293 .PHONY: maybe-install-info-target-newlib install-info-target-newlib
35294 maybe-install-info-target-newlib:
35295 @if target-newlib
35296 maybe-install-info-target-newlib: install-info-target-newlib
35298 install-info-target-newlib: \
35299 configure-target-newlib \
35300 info-target-newlib
35302 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35310 (cd $(TARGET_SUBDIR)/newlib && \
35318 @endif target-newlib
35320 .PHONY: maybe-install-pdf-target-newlib install-pdf-target-newlib
35321 maybe-install-pdf-target-newlib:
35322 @if target-newlib
35323 maybe-install-pdf-target-newlib: install-pdf-target-newlib
35325 install-pdf-target-newlib: \
35326 configure-target-newlib \
35327 pdf-target-newlib
35329 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35337 (cd $(TARGET_SUBDIR)/newlib && \
35345 @endif target-newlib
35347 .PHONY: maybe-install-html-target-newlib install-html-target-newlib
35348 maybe-install-html-target-newlib:
35349 @if target-newlib
35350 maybe-install-html-target-newlib: install-html-target-newlib
35352 install-html-target-newlib: \
35353 configure-target-newlib \
35354 html-target-newlib
35356 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35364 (cd $(TARGET_SUBDIR)/newlib && \
35372 @endif target-newlib
35374 .PHONY: maybe-installcheck-target-newlib installcheck-target-newlib
35375 maybe-installcheck-target-newlib:
35376 @if target-newlib
35377 maybe-installcheck-target-newlib: installcheck-target-newlib
35379 installcheck-target-newlib: \
35380 configure-target-newlib
35382 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35390 (cd $(TARGET_SUBDIR)/newlib && \
35398 @endif target-newlib
35400 .PHONY: maybe-mostlyclean-target-newlib mostlyclean-target-newlib
35401 maybe-mostlyclean-target-newlib:
35402 @if target-newlib
35403 maybe-mostlyclean-target-newlib: mostlyclean-target-newlib
35405 mostlyclean-target-newlib:
35407 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35415 (cd $(TARGET_SUBDIR)/newlib && \
35423 @endif target-newlib
35425 .PHONY: maybe-clean-target-newlib clean-target-newlib
35426 maybe-clean-target-newlib:
35427 @if target-newlib
35428 maybe-clean-target-newlib: clean-target-newlib
35430 clean-target-newlib:
35432 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35440 (cd $(TARGET_SUBDIR)/newlib && \
35448 @endif target-newlib
35450 .PHONY: maybe-distclean-target-newlib distclean-target-newlib
35451 maybe-distclean-target-newlib:
35452 @if target-newlib
35453 maybe-distclean-target-newlib: distclean-target-newlib
35455 distclean-target-newlib:
35457 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35465 (cd $(TARGET_SUBDIR)/newlib && \
35473 @endif target-newlib
35475 .PHONY: maybe-maintainer-clean-target-newlib maintainer-clean-target-newlib
35476 maybe-maintainer-clean-target-newlib:
35477 @if target-newlib
35478 maybe-maintainer-clean-target-newlib: maintainer-clean-target-newlib
35480 maintainer-clean-target-newlib:
35482 @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
35490 (cd $(TARGET_SUBDIR)/newlib && \
35498 @endif target-newlib
46892 configure-target-newlib: stage_last
46929 configure-target-newlib: maybe-all-gcc
47755 all-target-libgloss: maybe-all-target-newlib
47757 configure-target-newlib: maybe-all-binutils
47758 configure-target-newlib: maybe-all-ld
47800 configure-target-newlib: maybe-all-target-libgcc
47821 configure-target-libstdc++-v3: maybe-all-target-newlib maybe-all-target-libgloss
47823 configure-target-libsanitizer: maybe-all-target-newlib maybe-all-target-libgloss
47825 configure-target-libvtv: maybe-all-target-newlib maybe-all-target-libgloss
47827 configure-target-libcilkrts: maybe-all-target-newlib maybe-all-target-libgloss
47830 configure-target-libssp: maybe-all-target-newlib maybe-all-target-libgloss
47834 configure-target-libbacktrace: maybe-all-target-newlib maybe-all-target-libgloss
47836 configure-target-libquadmath: maybe-all-target-newlib maybe-all-target-libgloss
47838 configure-target-libgfortran: maybe-all-target-newlib maybe-all-target-libgloss
47840 configure-target-libobjc: maybe-all-target-newlib maybe-all-target-libgloss
47842 configure-target-libgo: maybe-all-target-newlib maybe-all-target-libgloss
47844 configure-target-libtermcap: maybe-all-target-newlib maybe-all-target-libgloss
47846 configure-target-winsup: maybe-all-target-newlib maybe-all-target-libgloss
47849 configure-target-libffi: maybe-all-target-newlib maybe-all-target-libgloss
47851 configure-target-libjava: maybe-all-target-newlib maybe-all-target-libgloss
47854 configure-target-zlib: maybe-all-target-newlib maybe-all-target-libgloss
47856 configure-target-boehm-gc: maybe-all-target-newlib maybe-all-target-libgloss
47858 configure-target-rda: maybe-all-target-newlib maybe-all-target-libgloss
47860 configure-target-libada: maybe-all-target-newlib maybe-all-target-libgloss
47862 configure-target-libgomp: maybe-all-target-newlib maybe-all-target-libgloss
47864 configure-target-libitm: maybe-all-target-newlib maybe-all-target-libgloss
47867 configure-target-libatomic: maybe-all-target-newlib maybe-all-target-libgloss