Lines Matching refs:newlib
2775 target-newlib \
2906 cross_only="target-libgloss target-newlib target-opcodes"
2913 # --without-newlib.
2921 # Recognize --with-newlib/--without-newlib.
2923 no) skipdirs="${skipdirs} target-newlib" ;;
2924 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
3503 # Disable newlib and libgloss for various target OSes.
3506 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3509 # This section makes it possible to build newlib natively on linux.
3510 # If we are using a cross compiler then don't configure newlib.
3512 noconfigdirs="$noconfigdirs target-newlib"
3515 # If we are not using a cross compiler, do configure newlib.
3516 # Note however, that newlib will only be configured in this situation
3517 # if the --with-newlib option has been given, because otherwise
3518 # 'target-newlib' will appear in skipdirs.
3521 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3524 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3527 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3530 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3533 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3536 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3539 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3542 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3545 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3548 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3551 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3554 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3557 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3560 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3563 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3566 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3627 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3630 # newlib is not 64 bit ready
3631 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3649 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3718 # always build newlib if winsup directory is present.
3720 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3721 elif test -d "$srcdir/newlib"; then
3722 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3761 # always build newlib.
3762 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3838 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3842 # If we aren't building newlib, then don't build libgloss, since libgloss
3843 # depends upon some newlib header files.
3846 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
6935 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6938 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6940 extra_host_args="$extra_host_args --with-newlib"
7573 # Pass --with-newlib if appropriate. Note that target_configdirs has
7575 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7576 target_configargs="--with-newlib ${target_configargs}"
7595 *" newlib "*)
7597 *" --with-newlib "*)
7634 # If we're building newlib, use its generic headers last, but search
7637 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7660 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7665 # MinGW can't be handled as Cygwin above since it does not use newlib.