Searched refs:UNAME_MACHINE_ARCH (Results 1 - 3 of 3) sorted by relevance

/src/sys/external/isc/libsodium/dist/build-aux/
H A Dconfig.guess171 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
175 case "${UNAME_MACHINE_ARCH}" in
183 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
184 endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
187 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
191 case "${UNAME_MACHINE_ARCH}" in
212 case "${UNAME_MACHINE_ARCH}" in
215 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
237 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
238 echo ${UNAME_MACHINE_ARCH}
[all...]
/src/lib/librumpuser/build-aux/
H A Dconfig.guess171 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
175 case "${UNAME_MACHINE_ARCH}" in
183 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
184 endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
187 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
191 case "${UNAME_MACHINE_ARCH}" in
212 case "${UNAME_MACHINE_ARCH}" in
215 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
237 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
238 echo ${UNAME_MACHINE_ARCH}
[all...]
/src/sys/external/isc/libsodium/dist/
H A Dconfig.guess171 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
173 case "${UNAME_MACHINE_ARCH}" in
180 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
184 case "${UNAME_MACHINE_ARCH}" in
220 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
221 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
224 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
225 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}

Completed in 5 milliseconds