aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc_nios2-3.4.6.inc
diff options
context:
space:
mode:
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"