aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glibc/glibc_2.5.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-06 21:31:20 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-06 21:31:20 +0200
commitb1e37cc9ebd572c536fdb24919a7690c0034eef4 (patch)
treefedd4f563e614fe69f8710d4e3050ecad72218a3 /recipes/glibc/glibc_2.5.bb
parent77c8a823d4490619a247b0d4c0897761003acf98 (diff)
downloadopenembedded-b1e37cc9ebd572c536fdb24919a7690c0034eef4.tar.gz
glibc 2.5: added support for nios2
added support for nios2. These are changes lifted from the windriver toolchain see http://www.nioswiki.com/Build_the_gcc4_toolchain. As there are no changes for non nios2 systems no PR bump is needed. patches are only applied in case machine is nios2. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/glibc/glibc_2.5.bb')
-rw-r--r--recipes/glibc/glibc_2.5.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/glibc/glibc_2.5.bb b/recipes/glibc/glibc_2.5.bb
index 06b813d895..94b5114060 100644
--- a/recipes/glibc/glibc_2.5.bb
+++ b/recipes/glibc/glibc_2.5.bb
@@ -70,6 +70,15 @@ SRC_URI_append_powerpc = " file://ppc-sfp-machine.patch \
file://powerpc-sqrt-hack.diff \
file://glibc-2.5-soft-fp-separate-strong-alias.patch"
+FILESPATHPKG_nios2 = "glibc-2.5:glibc-2.4:files:"
+
+SRC_URI_append_nios2 = " \
+ file://sysdeps-nios2.patch \
+ file://nios2-elf.patch \
+ file://nios2-iconv.patch \
+ file://nios2-ld-collate.patch \
+"
+
S = "${WORKDIR}/glibc-${PV}"
B = "${WORKDIR}/build-${TARGET_SYS}"