aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glibc/glibc_2.10.1.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-10 20:30:05 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-10 20:30:05 +0200
commitfd049a8b9904348456b26ffa7ff25d834c477c6b (patch)
tree3d3e7d383969ef2e1c49f698454bd6285b63a119 /recipes/glibc/glibc_2.10.1.bb
parenta31766f3b10695f9c0cfa051f66d982b0845e2fa (diff)
downloadopenembedded-fd049a8b9904348456b26ffa7ff25d834c477c6b.tar.gz
glibc 2.10.1: added nios2 support
add nios2 support. as this is strictly nios2 specific there is no need to bump PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/glibc/glibc_2.10.1.bb')
-rw-r--r--recipes/glibc/glibc_2.10.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/glibc/glibc_2.10.1.bb b/recipes/glibc/glibc_2.10.1.bb
index 21873ec7a3..3c2fce8393 100644
--- a/recipes/glibc/glibc_2.10.1.bb
+++ b/recipes/glibc/glibc_2.10.1.bb
@@ -69,6 +69,11 @@ SRC_URI_append_sh4 = " file://no-z-defs.patch"
#powerpc patches to add support for soft-float
SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff"
+SRC_URI_append_nios2 = " \
+ file://sysdeps-nios2.patch \
+ file://nios2-elf.patch \
+"
+
S = "${WORKDIR}/glibc-${PV}"
B = "${WORKDIR}/build-${TARGET_SYS}"