add some soft-float patches to gcc csl-arm-20050416
authorPhil Blundell <philb@gnu.org>
Wed, 20 Apr 2005 02:22:30 +0000 (02:22 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 20 Apr 2005 02:22:30 +0000 (02:22 +0000)
BKrev: 4265bce67B9IfrU8UAtvL58GPwo7VA

packages/gcc/gcc-cross_csl-arm-20050416.bb
packages/gcc/gcc-csl-arm/gcc-3.4.0-arm-lib1asm.patch [new file with mode: 0644]
packages/gcc/gcc-csl-arm/no-libfloat.patch [new file with mode: 0644]
packages/gcc/gcc_csl-arm-20050416.bb

index 4416f4d..e8df623 100644 (file)
@@ -4,7 +4,7 @@ include gcc-paths-cross.inc
 inherit cross
 # NOTE: split PR.  If the main .oe changes something that affects its *build*
 # remember to increment this one too.
-PR = "r2"
+PR = "r4"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
diff --git a/packages/gcc/gcc-csl-arm/gcc-3.4.0-arm-lib1asm.patch b/packages/gcc/gcc-csl-arm/gcc-3.4.0-arm-lib1asm.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gcc/gcc-csl-arm/no-libfloat.patch b/packages/gcc/gcc-csl-arm/no-libfloat.patch
new file mode 100644 (file)
index 0000000..e69de29
index daccd69..c482861 100644 (file)
@@ -1,8 +1,8 @@
 include gcc_csl-arm.bb
 
-SRC_URI += "file://15342.patch;patch=1"
+SRC_URI += "file://15342.patch;patch=1 file://gcc-3.4.0-arm-lib1asm.patch;patch=1 file://no-libfloat.patch;patch=1"
 
-PR = "r1"
+PR = "r3"
 
 CVSDATE = "20050416"
 OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}"