summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_4.1.1.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-06-04 17:34:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-04 17:34:37 +0000
commit54078b3a619a01f9dd55386bc92e775723941f1c (patch)
tree18d9c69a9379efee01679764b7319c044dd902cc /packages/gcc/gcc_4.1.1.bb
parentfd20b78f0215098dea16c536e056f2c977bfd35d (diff)
gcc 4.1.1: added patch for big endian
Diffstat (limited to 'packages/gcc/gcc_4.1.1.bb')
-rw-r--r--packages/gcc/gcc_4.1.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb
index a0dcf94be1..da4665fd88 100644
--- a/packages/gcc/gcc_4.1.1.bb
+++ b/packages/gcc/gcc_4.1.1.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
DESCRIPTION = "The GNU cc and gcc C compilers."
HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
@@ -10,6 +10,7 @@ inherit autotools gettext
include gcc-package.inc
SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \
+ file://armeb-fix.patch;patch=1 \
file://arm-nolibfloat.patch;patch=1 \
file://arm-softfloat.patch;patch=1 \
file://ldflags.patch;patch=1"