Home
last modified time | relevance | path

Searched refs:UNAME_MACHINE_ARCH (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/support/gnuconfig/
H A Dconfig.guess180 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
184 case "$UNAME_MACHINE_ARCH" in
191 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
192 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
195 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
199 case "$UNAME_MACHINE_ARCH" in
220 case "$UNAME_MACHINE_ARCH" in
223 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
245 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
246 echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE"
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfig.guess171 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
175 case "${UNAME_MACHINE_ARCH}" in
182 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
183 endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
186 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
190 case "${UNAME_MACHINE_ARCH}" in
211 case "${UNAME_MACHINE_ARCH}" in
214 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
236 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
237 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
[all …]
/OK3568_Linux_fs/external/xserver/
H A Dconfig.guess182 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
186 case "$UNAME_MACHINE_ARCH" in
193 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
194 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
197 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
201 case "$UNAME_MACHINE_ARCH" in
222 case "$UNAME_MACHINE_ARCH" in
225 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
247 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
248 echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE"
[all …]
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...