Searched refs:ARCH (Results 1 – 7 of 7) sorted by relevance
47 export ARCH="$1"52 CROSS="$DIR"/cross-"$ARCH".txt57 echo "$0: $ARCH not supported" 1>&263 case "$ARCH" in65 ARCH=$(echo "$ARCH" | sed 's/clang-//')71 case "$ARCH" in103 SYSROOT_ORIG="$("${ARCH}-gcc" -print-sysroot)"116 -Dincludedir=picolibc/"$ARCH"/include \117 -Dlibdir=picolibc/"$ARCH"/lib \124 -Dincludedir=picolibc/"$ARCH"/include \[all …]
37 ARCH=aarch64-zephyr-elf38 exec "$(dirname "$0")"/do-configure "$ARCH" -Dprefix="$PREFIX" -Dtests=true "$@"
37 ARCH=arm-zephyr-eabi38 exec "$(dirname "$0")"/do-configure "$ARCH" -Dprefix="$PREFIX" -Dtests=true "$@"
37 ARCH=riscv64-zephyr-elf38 exec "$(dirname "$0")"/do-configure "$ARCH" -Dprefix="$PREFIX" -Dtests=true "$@"
2 c = '@ARCH@-gcc'3 ar = '@ARCH@-ar'4 as = '@ARCH@-as'
547 …# Note that the "install path" obtained with this command points to the "$GCC_EXEC_PREFIX/$ARCH/$G…
370 ARCH=riscv64-unknown-elf373 -Dincludedir=picolibc/$ARCH/include \374 -Dlibdir=picolibc/$ARCH/lib \375 --cross-file "$DIR"/cross-$ARCH.txt \