| /OK3568_Linux_fs/buildroot/package/gcnano-binaries/ |
| H A D | Config.in | 1 comment "gcnano-binaries needs a Linux kernel to be built" 5 comment "gcnano-binaries needs a glibc toolchain w/ threads, dynamic library" 11 bool "gcnano-binaries" 26 https://github.com/STMicroelectronics/gcnano-binaries/ 31 default "gcnano-binaries" 34 default "gcnano-binaries" 37 default "gcnano-binaries"
|
| /OK3568_Linux_fs/buildroot/package/localedef/ |
| H A D | 0001-HACK-only-build-and-install-localedef.patch | 19 @@ -216,10 +216,16 @@ binaries-shared-notests = $(filter-out $(binaries-pie) $(binaries-static), \ 20 $(binaries-all-notests)) 22 ifneq "$(strip $(binaries-shared-notests))" "" 23 -$(addprefix $(objpfx),$(binaries-shared-notests)): %: %.o \ 27 +$(addprefix $(objpfx),$(binaries-shared-notests)): %: %.o 39 ifneq "$(strip $(binaries-shared-tests))" ""
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | Kconfig.binfmt | 6 bool "Kernel support for ELF binaries" 13 systems. Saying Y here will enable your kernel to run ELF binaries 26 here, you still can't run any ELF binaries (they just crash), then 46 bool "Kernel support for FDPIC ELF binaries" 51 ELF FDPIC binaries are based on ELF, but allow the individual load 57 It is also possible to run FDPIC ELF binaries on MMU linux also. 96 this module must consist of compiled binaries only. 104 bool "Kernel support for flat binaries" 107 Support uClinux FLAT format binaries. 116 bool "Enable support for very old legacy flat binaries" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | cygbuild | 95 binaries=src/sox 97 [ ! -r "../wget-1.11.4/wget.exe" -a -r /usr/bin/wget ] && binaries+=" /usr/bin/wget" 99 binaries=$(for f in `cygcheck $binaries|dos2unix` 103 $binaries \
|
| H A D | osxbuild | 103 binaries=src/sox 109 $binaries \
|
| /OK3568_Linux_fs/buildroot/package/freescale-imx/firmware-imx/ |
| H A D | Config.in | 57 bool "DDR training binaries" 60 Choose the DDR training binaries to be used depending on the 67 Use LPDDR4 binaries (i.e.: lpddr4_pmu_train_*.bin) 72 Use DDR4 binaries (i.e.: ddr4_*_201810.bin).
|
| /OK3568_Linux_fs/buildroot/package/freescale-imx/imx-gpu-viv/ |
| H A D | Config.in | 11 # Pre-built binaries only available for ARM EABIhf 13 # Library binaries are linked against libc.so.6 15 # Library binaries are linked against libdrm.so.2, except framebuffer 87 # example binaries are linked against libstdc++.so.6
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/ |
| H A D | nodejs_16.19.1.bb | 31 file://0001-Using-native-binaries.patch \ 106 # V8's JIT infrastructure requires binaries such as mksnapshot and 108 # binaries must have the same bit-width as the target (e.g. a x86_64 110 # depending on a third Yocto toolchain, we just build those binaries 113 """Creates a small wrapper that invokes QEMU to run some target V8 binaries 124 # It invokes QEMU to run binaries built for the target in the host during the 172 # Install the native binaries to provide it within sysroot for the target compilation
|
| /OK3568_Linux_fs/buildroot/package/libmaxminddb/ |
| H A D | libmaxminddb.mk | 18 LIBMAXMINDDB_CONF_OPTS += --enable-binaries 20 LIBMAXMINDDB_CONF_OPTS += --disable-binaries
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | mono.rst | 4 To configure Linux to automatically execute Mono-based .NET binaries 8 This will allow you to execute Mono-based .NET binaries just like any 50 # Register support for .NET CLR binaries 61 4) Check that ``.exe`` binaries can be ran without the need of a
|
| /OK3568_Linux_fs/buildroot/package/ti-sgx-demos/ |
| H A D | Config.in | 6 Technologies are availabe as binaries only. The binaries
|
| /OK3568_Linux_fs/buildroot/package/openjdk-bin/ |
| H A D | openjdk-bin.hash | 1 # https://github.com/adoptium/temurin17-binaries/releases 4 # From https://github.com/adoptium/temurin11-binaries/releases
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc-locale.inc | 37 # Create a glibc-binaries package 38 ALLOW_EMPTY:${BPN}-binaries = "1" 39 PACKAGES += "${BPN}-binaries" 40 RRECOMMENDS:${BPN}-binaries = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("gli…
|
| /OK3568_Linux_fs/buildroot/boot/binaries-marvell/ |
| H A D | Config.in | 2 bool "binaries-marvell" 12 https://github.com/MarvellEmbeddedProcessors/binaries-marvell/
|
| /OK3568_Linux_fs/buildroot/package/nodejs/ |
| H A D | 0001-add-qemu-wrapper-support.patch | 6 V8's JIT infrastructure requires binaries such as mksnapshot and mkpeephole to 7 be run in the host during the build. However, these binaries must have the 10 binaries for the target and run them on the host with QEMU, much like
|
| /OK3568_Linux_fs/kernel/fs/sysv/ |
| H A D | Kconfig | 12 that they contain binaries from those other Unix systems; in order 13 to run these binaries, you will want to install linux-abi which is 18 NOTE: that will work only for binaries from Intel-based systems;
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0003-or1k-Use-cmodel-large-when-building-crtstuff.patch | 6 When linking gcc runtime objects into large binaries the link may fail 15 This patch builds the gcc crtstuff binaries always with the 16 -mcmodel=large option to ensure they can be linked into large binaries.
|
| /OK3568_Linux_fs/buildroot/package/gcc/11.3.0/ |
| H A D | 0002-or1k-Use-cmodel-large-when-building-crtstuff.patch | 6 When linking gcc runtime objects into large binaries the link may fail 15 This patch builds the gcc crtstuff binaries always with the 16 -mcmodel=large option to ensure they can be linked into large binaries.
|
| /OK3568_Linux_fs/buildroot/package/freescale-imx/imx-gpu-g2d/ |
| H A D | Config.in | 11 # Pre-built binaries only available for ARM EABIhf 13 # Library binaries are linked against libc.so.6
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch | 15 For nativesdk binaries which are being used alongside binaries on a host system, we 22 repurpose the cache for use as a last resort in finding host system binaries. This
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/proxy-libintl/ |
| H A D | proxy-libintl_20100902.bb | 2 HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/" 11 http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/git/git/ |
| H A D | fixsort.patch | 3 Currently git binaries are not entirely reproducible, at least partly 11 the debug symbols for the binaries.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/pax-utils/ |
| H A D | pax-utils_1.3.3.bb | 3 utilities for ELF binaries. It can check ELF binary files and running \ 4 processes for issues that might be relevant when using ELF binaries \
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabresd/ |
| H A D | README | 24 This will generate the SPL and u-boot.img binaries. 42 This will generate the SPL and u-boot.img binaries. 54 - Flash SPL and u-boot.img binaries into the eMMC:
|
| /OK3568_Linux_fs/buildroot/package/coreutils/ |
| H A D | Config.in | 25 bool "Individual binaries" 35 comment "coreutils individual binaries need a toolchain w/ dynamic library"
|