diff options
author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2018-03-26 17:20:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 17:56:24 +0100 |
commit | ae5e33ddc48802af6288deacfee59bf5bf4b5223 (patch) | |
tree | 1c001161ac140e49c91a1d28d4e8618651ae9e44 /meta/recipes-devtools/gcc/gcc-cross.inc | |
parent | b6dbfabbadc3f980e8176f30f8cdf5cdb0775e3c (diff) | |
download | poky-ae5e33ddc48802af6288deacfee59bf5bf4b5223.tar.gz |
newlib: Adds newlib and libgloss recipes
Newlib is a C library that is intended to be used on embedded systems.
It is a conglomeration of several library parts, all under free software
licenses that make them easily usable on embedded products.
Newlib provides a C library alternative that can run on baremetal, mainly
for resource constrained devices.
Libgloss is the BSP part of the C library, which can be easily modified
to port for new hardware platforms.
(From OE-Core rev: fe490ff829440b94124317759d856e2e2daf5047)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index 1e184a60db..95f5968fd4 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc | |||
@@ -35,6 +35,7 @@ EXTRA_OECONF += "\ | |||
35 | DEPENDS_remove_libc-baremetal := "virtual/${TARGET_PREFIX}libc-for-gcc" | 35 | DEPENDS_remove_libc-baremetal := "virtual/${TARGET_PREFIX}libc-for-gcc" |
36 | EXTRA_OECONF_append_libc-baremetal = " --without-headers" | 36 | EXTRA_OECONF_append_libc-baremetal = " --without-headers" |
37 | EXTRA_OECONF_remove_libc-baremetal = "--enable-threads=posix" | 37 | EXTRA_OECONF_remove_libc-baremetal = "--enable-threads=posix" |
38 | EXTRA_OECONF_remove_libc-newlib = "--enable-threads=posix" | ||
38 | 39 | ||
39 | EXTRA_OECONF_PATHS = "\ | 40 | EXTRA_OECONF_PATHS = "\ |
40 | --with-gxx-include-dir=/not/exist${target_includedir}/c++/${BINV} \ | 41 | --with-gxx-include-dir=/not/exist${target_includedir}/c++/${BINV} \ |