Searched refs:UNAME_MACHINE_ARCH (Results 1 – 4 of 4) sorted by relevance
180 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \184 case "$UNAME_MACHINE_ARCH" in191 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" in220 case "$UNAME_MACHINE_ARCH" in223 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 …]
171 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \175 case "${UNAME_MACHINE_ARCH}" in182 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}" in211 case "${UNAME_MACHINE_ARCH}" in214 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 …]
182 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \186 case "$UNAME_MACHINE_ARCH" in193 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" in222 case "$UNAME_MACHINE_ARCH" in225 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 …]
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...