Home
last modified time | relevance | path

Searched refs:IOS_CPU (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh24 if [ -z "$IOS_CPU" ]; then
54 if [[ "$IOS_CPU" == "aarch64" || "$IOS_CPU" == "armv8"* ]] ; then
55 IOS_CPU=arm64
68 if [[ "$IOS_SDK" == "iPhoneOS" && "$IOS_CPU" == "armv7"* ]]; then
70 elif [[ "$IOS_SDK" == "iPhoneOS" && "$IOS_CPU" == "arm64" ]]; then
74 elif [[ "$IOS_SDK" == "iPhoneOS" && "$IOS_CPU" == "i386" ]]; then
78 elif [[ "$IOS_SDK" == "iPhoneOS" && "$IOS_CPU" == "x86_64" ]]; then
90 elif [[ "$IOS_SDK" == "AppleTVOS" && "$IOS_CPU" == "i386" ]]; then
105 elif [[ "$IOS_SDK" == "WatchOS" && "$IOS_CPU" == "armv7"* ]]; then
107 elif [[ "$IOS_SDK" == "WatchOS" && "$IOS_CPU" == "arm64" ]]; then
[all …]
/freebsd/contrib/unbound/
H A DREADME-Travis.md201 - IOS_CPU=armv7s
202 - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
223 …s set by Travis for the job. In particular, the variables `IOS_SDK` and `IOS_CPU` tell `contrib/io…
244 `IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu archi…
/freebsd/contrib/ldns/
H A DREADME-Travis.md199 - IOS_CPU=armv7s
200 - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
221 …s set by Travis for the job. In particular, the variables `IOS_SDK` and `IOS_CPU` tell `contrib/io…
242 `IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu archi…