Searched refs:sysroot (Results 1 - 5 of 5) sorted by relevance

/openwrt/scripts/
H A Dremote-gdb60 # Find sysroot
61 my ($sysroot) = glob("$Bin/../staging_dir/target-${arch}_${libc}/root-*/");
63 print $fh "set sysroot $sysroot\n" if $sysroot;
73 my $file = -f "$sysroot/$ARGV[1]" ? "$sysroot/$ARGV[1]" : $ARGV[1];
H A Dext-toolchain.sh91 local sysroot="$("$CC" $CFLAGS -print-sysroot 2>/dev/null)"
92 if [ -d "${sysroot:-$TOOLCHAIN}" ]; then
94 for lib in "${sysroot:-$TOOLCHAIN}"/{lib,usr/lib,usr/local/lib}/ld*-uClibc*.so*; do
125 local sysroot="$("$CC" "$@" -muclibc -print-sysroot 2>/dev/null)"
127 local conf="${sysroot:-$TOOLCHAIN}/$inc/bits/uClibc_config.h"
173 local sysroot="$("$CPP" -print-sysroot)"
177 echo "${sysroot
[all...]
/openwrt/toolchain/gcc/initial/
H A DMakefile7 --with-sysroot=$(TOOLCHAIN_DIR) \
/openwrt/toolchain/binutils/
H A DMakefile56 --with-sysroot=$(TOOLCHAIN_DIR) \
/openwrt/package/
H A DMakefile44 --sysroot $(STAGING_DIR_ROOT) \

Completed in 31 milliseconds