summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_4.1.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-25 16:34:58 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-25 16:34:58 +0000
commitaf10842f3a8a80c39d97ca7aa725ae9fb24fd195 (patch)
treeb1edce0348b214b1f0f5e03eab1c0933360f4987 /packages/gcc/gcc_4.1.1.bb
parent579d6238e817ea11c8b7b09aff2cf36c71027173 (diff)
gcc: add gcc 4.1.1 toolchain
Diffstat (limited to 'packages/gcc/gcc_4.1.1.bb')
-rw-r--r--packages/gcc/gcc_4.1.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb
new file mode 100644
index 0000000000..126d5cf39d
--- /dev/null
+++ b/packages/gcc/gcc_4.1.1.bb
@@ -0,0 +1,26 @@
+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.gnu.org/pub/gnu/gcc/${P}/${P}.tar.bz2 \
+ file://arm-nolibfloat.patch;patch=1 \
+ file://arm-softfloat.patch;patch=1 \
+ file://ldflags.patch;patch=1"
+
+SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
+
+include gcc4-build.inc
+EXTRA_OECONF += "--disable-libssp"
+
+FORTRAN = ""
+HAS_GFORTRAN = ""
+HAS_G2C = "no"
+
+