Home
last modified time | relevance | path

Searched refs:newlib (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/newlib/libgloss/
H A Dfix_makefile_include_arm_h.patch11 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 Dfix-rs6000-crt0.patch10 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 DREADME1 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 Dtclibc-newlib.inc5 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 Dnewlib.inc2 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 Dnewlib_4.2.0.bb1 require newlib.inc
20 RDEPENDS:${PN}-dev:libc-newlib = ""
H A Dlibgloss_4.2.0.bb1 require newlib.inc
3 DEPENDS += "newlib"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A Dfix-osspuuid-musl-compile.patch12 +- 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 D0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch25 *" newlib "*)
38 *" newlib "*)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/libstd-rs/
H A D0001-Update-checksums-for-modified-vendored-libc.patch18newlib/aarch64/mod.rs":"bb269c1468a9676442554600e87417079a787fe6220dfc23b3109639259e8710","src/uni…
20newlib/aarch64/mod.rs":"bb269c1468a9676442554600e87417079a787fe6220dfc23b3109639259e8710","src/uni…
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.1.rst270 - ``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 Dgcc-runtime.inc19 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 Dlibgcc-common.inc52 do_install:append:libc-newlib () {
60 RDEPENDS:${PN}-dev:libc-newlib = ""
H A Dgcc-cross.inc36 EXTRA_OECONF:remove:libc-newlib = "--enable-threads=posix"
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/riscv/
H A Darch-riscv.inc11 LINKER_HASH_STYLE:libc-newlib = ""
/OK3568_Linux_fs/buildroot/package/gcc/gcc-initial/
H A Dgcc-initial.mk39 --with-newlib \
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbaremetal-image.bbclass13 # Toolchain should be baremetal or newlib based.
14 # TCLIBC="baremetal" or TCLIBC="newlib"
H A Dcross-canadian.bbclass35 if d.getVar("TCLIBC") in [ 'baremetal', 'newlib' ]:
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A DCMakeLists.txt176 support/newlib/xlocale.h
H A Diosfwd201 // On newlib, off_t is 'long int'
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A DCMakeLists.txt176 support/newlib/xlocale.h
H A Diosfwd201 // On newlib, off_t is 'long int'
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dinitrd.rst175 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 DREADME.md104 project, such as LibTomCrypt, MPA, newlib (not in this particular git, but
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0010-eglibc-Cross-building-and-testing-instructions.patch136 +also configure with the '--with-newlib' option. While '--with-newlib'
151 + > --without-headers --with-newlib \

12