gcc: add gcc_4.2-20060513.bb, which is needed for gcc-cross, but doesn't build (yet)
authorKoen Kooi <koen@openembedded.org>
Sun, 14 May 2006 18:55:05 +0000 (18:55 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 14 May 2006 18:55:05 +0000 (18:55 +0000)
packages/gcc/gcc_4.2-20060513.bb [new file with mode: 0644]

diff --git a/packages/gcc/gcc_4.2-20060513.bb b/packages/gcc/gcc_4.2-20060513.bb
new file mode 100644 (file)
index 0000000..9eb5465
--- /dev/null
@@ -0,0 +1,24 @@
+PR = "r0"
+DESCRIPTION = "The GNU cc and gcc C compilers."
+HOMEPAGE = "http://www.gnu.org/software/gcc/"
+SECTION = "devel"
+LICENSE = "GPL"
+DEFAULT_PREFERENCE = "-1"
+
+inherit autotools gettext
+
+include gcc-package.inc
+
+SRC_URI = "http://ftp.nluug.nl/languages/gcc/snapshots/${PV}/gcc-${PV}.tar.bz2 \
+       file://arm-nolibfloat.patch;patch=1 \
+       file://arm-softfloat.patch;patch=1 \
+       file://ldflags.patch;patch=1"
+
+include gcc4-build.inc
+EXTRA_OECONF += "--disable-libssp"
+
+FORTRAN = ""
+HAS_GFORTRAN = ""
+HAS_G2C = "no"
+
+