diff options
Diffstat (limited to 'meta/conf/distro/include/tclibc-newlib.inc')
-rw-r--r-- | meta/conf/distro/include/tclibc-newlib.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/conf/distro/include/tclibc-newlib.inc b/meta/conf/distro/include/tclibc-newlib.inc index 896c0b16d7..8338003e31 100644 --- a/meta/conf/distro/include/tclibc-newlib.inc +++ b/meta/conf/distro/include/tclibc-newlib.inc | |||
@@ -25,12 +25,11 @@ LIBC_DEPENDENCIES = "\ | |||
25 | libgloss-dbg \ | 25 | libgloss-dbg \ |
26 | libgcc-dev \ | 26 | libgcc-dev \ |
27 | libgcc-dbg \ | 27 | libgcc-dbg \ |
28 | libstdc++-dev \ | ||
29 | libstdc++-staticdev \ | ||
28 | " | 30 | " |
29 | 31 | ||
30 | # compilerlibs defaults to gcc-runtime, but we get runtime from libgloss | 32 | ASSUME_PROVIDED += "virtual/crypt" |
31 | # we set ASSUME_PROVIDED because we cant set PREFERRED_PROVIDER | ||
32 | # for compilerlibs since its overridden by tcmode-default | ||
33 | ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}compilerlibs virtual/crypt" | ||
34 | 33 | ||
35 | # Its useful to be able to extend newlib, but we dont provide a native variant of libgloss | 34 | # Its useful to be able to extend newlib, but we dont provide a native variant of libgloss |
36 | NEWLIB_EXTENDED ?= "libgloss libgcc" | 35 | NEWLIB_EXTENDED ?= "libgloss libgcc" |