aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc_nios2-3.4.6.inc
diff options
context:
space:
mode:
authorWalter Goossens <walter.goossens@axon.tv>2009-11-22 17:32:10 +0100
committerLeon Woestenberg <leon@sidebranch.com>2009-11-22 17:42:31 +0100
commitdc96d85364cc7c02ca622f9319fdac26d56248f8 (patch)
tree4cfcb361454f4bbbc27fd096bc0e5707a098852c /recipes/gcc/gcc_nios2-3.4.6.inc
parentafbf458a1ad2e17638f3c0ffd2a1de418cee07ce (diff)
downloadopenembedded-dc96d85364cc7c02ca622f9319fdac26d56248f8.tar.gz
{binutils,gcc,linux-libc-headers,uclibc,elf2flt}-nios2: Toolchain.
This adds the toolchain bits, plus a linux kernel for the nios2 architecture. The NIOS2 toolchain is not upstream but is from the nioswiki project. All toolchain bits have version "-nios2-*" and should not collide with the existing toolchains of other architectures. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/gcc/gcc_nios2-3.4.6.inc')
-rw-r--r--recipes/gcc/gcc_nios2-3.4.6.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gcc/gcc_nios2-3.4.6.inc b/recipes/gcc/gcc_nios2-3.4.6.inc
new file mode 100644
index 0000000000..c48e652828
--- /dev/null
+++ b/recipes/gcc/gcc_nios2-3.4.6.inc
@@ -0,0 +1,13 @@
+JAVA = ""
+FORTRAN = ""
+OBJC = ""
+SHARED_LIBRARIES = "no"
+DEPENDS += " elf2flt-cross "
+EXTRA_OECONF_append_nios2 = " --enable-cxx-flags=-static "
+require gcc-common.inc
+
+BINV = "3.4.6"
+PV = "nios2-3.4.6"
+
+SRC_URI = "git://sopc.et.ntust.edu.tw/git/gcc3.git;protocol=git;branch=nios2-linux;tag=b773f7eccc6cc2ffa8fa2bd201ea62f24ba0bb41"
+S = "${WORKDIR}/git"