| /freebsd/sys/contrib/libsodium/dist-build/ |
| H A D | ios.sh | 28 export SDK="${BASEDIR}/SDKs/iPhoneSimulator.sdk" 31 export CFLAGS="-O2 -arch i386 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_… 32 export LDFLAGS="-arch i386 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN… 54 export CFLAGS="-O2 -arch x86_64 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSIO… 55 export LDFLAGS="-arch x86_64 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_M… 69 export SDK="${BASEDIR}/SDKs/iPhoneOS.sdk" 72 export CFLAGS="-fembed-bitcode -O2 -mthumb -arch armv7 -isysroot ${SDK} -mios-version-min=${IOS_VER… 73 export LDFLAGS="-fembed-bitcode -mthumb -arch armv7 -isysroot ${SDK} -mios-version-min=${IOS_VERSIO… 85 export CFLAGS="-fembed-bitcode -O2 -mthumb -arch armv7s -isysroot ${SDK} -mios-version-min=${IOS_VE… 86 export LDFLAGS="-fembed-bitcode -mthumb -arch armv7s -isysroot ${SDK} -mios-version-min=${IOS_VERSI… [all …]
|
| /freebsd/contrib/libfido2/windows/ |
| H A D | release.ps1 | 11 $SDK = '143' variable 24 "${OUTPUT}/pkg/${InstallPrefix}/${Config}/v${SDK}/${Type}" 54 Copy-Item "${SRC}\${LIBCBOR}\src\cbor.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs() 56 Copy-Item "${SRC}\${ZLIB}\zlib.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs() 58 Copy-Item "${SRC}\src\fido2_shared.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs() 86 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 88 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 90 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 92 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\static" 94 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\static"
|
| /freebsd/contrib/googletest/ |
| H A D | fake_fuchsia_sdk.bzl | 3 GoogleTest can be used with the [Fuchsia](https://fuchsia.dev/) SDK. However, 4 because the Fuchsia SDK does not yet support bzlmod, GoogleTest's `MODULE.bazel` 5 file by default provides a "fake" Fuchsia SDK. 7 To override this and use the real Fuchsia SDK, you can add the following to your 17 fake Fuchsia SDK is needed.
|
| H A D | MODULE.bazel | 73 # See fake_fuchsia_sdk.bzl for instructions on how to override this with a real SDK, if needed.
|
| /freebsd/contrib/libpcap/doc/ |
| H A D | README.windows.md | 14 Npcap and WinPcap SDK 18 software development kit (SDK) or WinPcap and its software development 29 Npcap and its SDK can be downloaded from its [home page](https://npcap.com). 30 The SDK is a ZIP archive; create a folder on your `C:` drive, e.g. 129 the Npcap or WinPcap SDK is installed. 143 WinPcap SDK. Note that backslashes in the path must be specified as two 156 the Npcap or WinPcap SDK is installed. 165 the directory containing the Npcap or WinPcap SDK or use the "Browse..." 192 WinPcap SDK. 224 WinPcap SDK. [all …]
|
| /freebsd/crypto/krb5/src/plugins/preauth/securid_sam2/ |
| H A D | README | 4 SDK. Set the LDFLAGS and CPPFLAGS environment variables to include the 5 appropriate paths for your SDK before running configure. If libaceclnt
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1410 StringRef SDK = *IT; in getSDKName() local 1411 if (SDK.consume_back(".sdk")) in getSDKName() 1412 return SDK; in getSDKName() 2138 StringRef SDK = Darwin::getSDKName(isysroot); in inferDeploymentTargetFromSDK() local 2139 if (!SDK.size()) in inferDeploymentTargetFromSDK() 2149 size_t StartVer = SDK.find_first_of("0123456789"); in inferDeploymentTargetFromSDK() 2150 size_t EndVer = SDK.find_last_of("0123456789"); in inferDeploymentTargetFromSDK() 2152 Version = std::string(SDK.slice(StartVer, EndVer + 1)); in inferDeploymentTargetFromSDK() 2158 [&](StringRef SDK) -> std::optional<DarwinPlatform> { in inferDeploymentTargetFromSDK() argument 2159 if (SDK.starts_with("iPhoneOS") || SDK.starts_with("iPhoneSimulator")) in inferDeploymentTargetFromSDK() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 779 getVersionMinMajor(MachO::version_min_command &C, bool SDK) { in getVersionMinMajor() argument 780 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinMajor() 785 getVersionMinMinor(MachO::version_min_command &C, bool SDK) { in getVersionMinMinor() argument 786 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinMinor() 791 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { in getVersionMinUpdate() argument 792 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinUpdate()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sharc | 14 # SHARC DSP stuff (based on the FGM SHARC DSP SDK)
|
| H A D | playdate | 10 # The SDK is a source for many test files, and can be used to
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-j784s4-ti-ipc-firmware.dtsi | 3 * Device Tree Source for enabling IPC using TI SDK firmware on J784S4 SoCs
|
| H A D | k3-am62-ti-ipc-firmware.dtsi | 3 * Device Tree Source for enabling IPC using TI SDK firmware on AM62 SoCs
|
| H A D | k3-am62p-ti-ipc-firmware.dtsi | 3 * Device Tree Source for enabling IPC using TI SDK firmware on AM62P SoCs
|
| H A D | k3-am65-ti-ipc-firmware.dtsi | 3 * Device Tree Source for enabling IPC using TI SDK firmware on AM65 SoCs
|
| H A D | k3-am62a-ti-ipc-firmware.dtsi | 3 * Device Tree Source for enabling IPC using TI SDK firmware on AM62A SoCs
|
| H A D | k3-j7200-ti-ipc-firmware.dtsi | 3 * Device Tree Source for enabling IPC using TI SDK firmware on J7200 SoCs
|
| H A D | k3-j722s-ti-ipc-firmware.dtsi | 3 * Device Tree Source for enabling IPC using TI SDK firmware on J722S SoCs
|
| H A D | k3-am64-ti-ipc-firmware.dtsi | 3 * Device Tree Source for enabling IPC using TI SDK firmware on AM64 SoCs
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewLanguages.def | 10 // Debug Interface Access SDK, and are documented here:
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 73 fromTriple(const Triple &TT, uint32_t MinOS, uint32_t SDK); 77 uint32_t SDK; // X.Y.Z is encoded in nibbles xxxx.yy.zz member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 868 W.printString("SDK", MachOObjectFile::getVersionString(BVC.sdk)); in printMachOVersionMin() 870 W.printString("SDK", StringRef("n/a")); in printMachOVersionMin() 884 SmallString<32> SDK; in printMachOVersionMin() 886 SDK = "n/a"; in printMachOVersionMin() 888 SDK = utostr(MachOObjectFile::getVersionMinMajor(VMC, true)) + "." + in printMachOVersionMin() 892 SDK += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true)); in printMachOVersionMin() 894 W.printString("SDK", SDK); in printMachOVersionMin() 882 SmallString<32> SDK; printMachOVersionMin() local
|
| /freebsd/contrib/unbound/ |
| H A D | README-Travis.md | 69 … several reasons. The testing requires installation of the Android NDK and SDK, it requires a cros… 94 …OOT` and `ANDROID_SDK_ROOT`. This is an important step because the NDK and SDK use the variables i… 114 …SDK. This step is handled in by the script `contrib/android/install_ndk.sh`. The script uses `ANDR… 116 If you are working from a developer machine you probably already have a NDK and SDK installed.
|
| /freebsd/crypto/krb5/src/windows/installer/wix/ |
| H A D | msi-deployment-guide.txt | 60 which are included in the Windows Platform SDK ("Windows Installer" 61 SDK) can be used for this purpose. 64 SCHEMA.MSI distributed with the Platform SDK. 100 distributed as part of the "Windows Installer" SDK (which in turn is 101 a part of the Windows Platform SDK). 262 restrictions mentioned in the Windows Platform SDK. Pay special 323 which are included in the Platform SDK.
|
| /freebsd/contrib/xz/ |
| H A D | AUTHORS | 9 specifically the LZMA SDK <https://7-zip.org/sdk.html>. Without
|
| /freebsd/contrib/llvm-project/libcxx/modules/ |
| H A D | std.compat.cppm.in | 46 // alone doesn't work on Windows because the Windows SDK is on the include path,
|