| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/newlib/libgloss/ |
| H A D | fix_makefile_include_arm_h.patch | 11 These include files come from the newlib source, but since we 12 are building libgloss separately from newlib, libgloss is unaware 18 Index: newlib-3.0.0/libgloss/config/default.mh 20 --- newlib-3.0.0.orig/libgloss/config/default.mh 21 +++ newlib-3.0.0/libgloss/config/default.mh 23 …NEWLIB_CFLAGS = `if [ -d ${objroot}/newlib ]; then echo -I${objroot}/newlib/targ-include -I${srcro… 24 …NEWLIB_LDFLAGS = `if [ -d ${objroot}/newlib ]; then echo -B${objroot}/newlib/ -L${objroot}/newlib/… 27 +INCLUDES = -I. -I$(srcdir)/.. -I$(srcdir)/../newlib/libc/machine/arm
|
| H A D | fix-rs6000-crt0.patch | 10 Index: newlib-3.0.0/libgloss/rs6000/Makefile.in 12 --- newlib-3.0.0.orig/libgloss/rs6000/Makefile.in 13 +++ newlib-3.0.0/libgloss/rs6000/Makefile.in
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | README | 1 README for newlib-2.0.0 release 4 This is `newlib', a simple ANSI C library, math library, and collection 7 The newlib and libgloss subdirectories are a collection of software from 20 When you unpack the newlib-2.0.0.tar.gz file, you'll find a directory 21 called `newlib-2.0.0', which contains: 25 COPYING.NEWLIB config.guess* mkinstalldirs* newlib/ 46 http://sourceware.org/newlib/docs.html 74 `newlib-VERSION-NUMBER/texinfo' directory. 83 or target machines, you need a different `newlib' compiled for each combination 87 running `make' in each of these directories builds the `newlib' libraries [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | tclibc-newlib.inc | 5 LIBCEXTENSION = "-newlib" 6 LIBCOVERRIDE = ":libc-newlib" 8 PREFERRED_PROVIDER_virtual/libc ?= "newlib" 9 PREFERRED_PROVIDER_virtual/libiconv ?= "newlib" 10 PREFERRED_PROVIDER_virtual/libintl ?= "newlib" 21 newlib-dbg \ 22 newlib-dev \ 34 # Its useful to be able to extend newlib, but we dont provide a native variant of libgloss 46 SECURITY_CFLAGS:libc-newlib = "${SECURITY_NOPIE_CFLAGS}" 47 SECURITY_LDFLAGS:libc-newlib = ""
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/newlib/ |
| H A D | newlib.inc | 2 HOMEPAGE = "https://sourceware.org/newlib/" 14 file://newlib/libc/posix/COPYRIGHT;md5=103468ff1982be840fdf4ee9f8b51bbf \ 15 file://newlib/libc/sys/linux/linuxthreads/LICENSE;md5=73640207fbc79b198c7ffd4ad4d97aa0 \ 23 SRC_URI = "https://sourceware.org/pub/newlib/newlib-${PV}${NEWLIB_SNAPSHOT}.tar.gz" 30 S = "${WORKDIR}/newlib-${PV}${NEWLIB_SNAPSHOT}" 46 --with-newlib \ 50 --disable-newlib-supplied-syscalls \
|
| H A D | newlib_4.2.0.bb | 1 require newlib.inc 20 RDEPENDS:${PN}-dev:libc-newlib = ""
|
| H A D | libgloss_4.2.0.bb | 1 require newlib.inc 3 DEPENDS += "newlib"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | fix-osspuuid-musl-compile.patch | 12 +- nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ 13 ++ nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | linux-musl* | \ 21 +- | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ 22 ++ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* | -linux-musl* \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch | 25 *" newlib "*) 38 *" newlib "*)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/libstd-rs/ |
| H A D | 0001-Update-checksums-for-modified-vendored-libc.patch | 18 …newlib/aarch64/mod.rs":"bb269c1468a9676442554600e87417079a787fe6220dfc23b3109639259e8710","src/uni… 20 …newlib/aarch64/mod.rs":"bb269c1468a9676442554600e87417079a787fe6220dfc23b3109639259e8710","src/uni…
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.1.rst | 270 - ``newlib`` no longer has built-in syscalls. ``libgloss`` should then 272 longer part of ``newlib`` itself. If you are using 273 ``TCLIBC = "newlib"`` this now means that you must link applications 274 with both ``newlib`` and ``libgloss``, whereas before ``newlib``
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-runtime.inc | 19 EXTRA_OECONF:append:libc-newlib = " --with-newlib" 28 SYMVERS_CONF:libc-newlib = "" 46 # Only build libstdc++ for newlib 47 RUNTIMETARGET:libc-newlib = "libstdc++-v3"
|
| H A D | libgcc-common.inc | 52 do_install:append:libc-newlib () { 60 RDEPENDS:${PN}-dev:libc-newlib = ""
|
| H A D | gcc-cross.inc | 36 EXTRA_OECONF:remove:libc-newlib = "--enable-threads=posix"
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/riscv/ |
| H A D | arch-riscv.inc | 11 LINKER_HASH_STYLE:libc-newlib = ""
|
| /OK3568_Linux_fs/buildroot/package/gcc/gcc-initial/ |
| H A D | gcc-initial.mk | 39 --with-newlib \
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | baremetal-image.bbclass | 13 # Toolchain should be baremetal or newlib based. 14 # TCLIBC="baremetal" or TCLIBC="newlib"
|
| H A D | cross-canadian.bbclass | 35 if d.getVar("TCLIBC") in [ 'baremetal', 'newlib' ]:
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | CMakeLists.txt | 176 support/newlib/xlocale.h
|
| H A D | iosfwd | 201 // On newlib, off_t is 'long int'
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | CMakeLists.txt | 176 support/newlib/xlocale.h
|
| H A D | iosfwd | 201 // On newlib, off_t is 'long int'
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | initrd.rst | 175 can try the experimental newlib environment [#f2]_ to create a small 380 .. [#f2] newlib package (experimental), with initrd example 381 https://www.sourceware.org/newlib/
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ |
| H A D | README.md | 104 project, such as LibTomCrypt, MPA, newlib (not in this particular git, but
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0010-eglibc-Cross-building-and-testing-instructions.patch | 136 +also configure with the '--with-newlib' option. While '--with-newlib' 151 + > --without-headers --with-newlib \
|