summaryrefslogtreecommitdiff
path: root/patches/linux/2.4.26/130-linux-2.4.26-allow-gcc-3.4-arm-kernel.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-10 21:40:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-10 21:40:23 (GMT)
commit7a0e770be1f1ed93323edfe93bd0a326c6ad886c (patch)
tree00207b691365b0b884c4713510aa236514dcf8cf /patches/linux/2.4.26/130-linux-2.4.26-allow-gcc-3.4-arm-kernel.patch
parenta3c9e9bacf9023dc6f6bde467925a4a60e06e8b3 (diff)
Remove the now really obsolete Linux kernel headers copy and sanitised.
Remove orphanned Linux kernel patchsets. Initiate a kernel build scripts directory. Move the Linux kernel build script there. /trunk/scripts/build/kernel/linux.sh | 146 11 135 0 +++--------------------------------------- /trunk/scripts/crosstool.sh | 2 1 1 0 /trunk/steps.mk | 1 0 1 0 - /trunk/config/kernel/linux.in | 49 0 49 0 -------------- /trunk/config/kernel.in | 4 4 0 0 + 5 files changed, 16 insertions(+), 186 deletions(-)
Diffstat (limited to 'patches/linux/2.4.26/130-linux-2.4.26-allow-gcc-3.4-arm-kernel.patch')
-rw-r--r--patches/linux/2.4.26/130-linux-2.4.26-allow-gcc-3.4-arm-kernel.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/linux/2.4.26/130-linux-2.4.26-allow-gcc-3.4-arm-kernel.patch b/patches/linux/2.4.26/130-linux-2.4.26-allow-gcc-3.4-arm-kernel.patch
deleted file mode 100644
index 384926d..0000000
--- a/patches/linux/2.4.26/130-linux-2.4.26-allow-gcc-3.4-arm-kernel.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Fixes
-semaphore.c:180:5: missing terminating " character
-semaphore.c:213:9: missing terminating " character
-make[1]: *** [semaphore.o] Error 1
-make[1]: Leaving directory `/home/dank/queue/jobdir.fast/crosstool-dev/build/arm-unknown-linux-gnu/gcc-3.3.4-glibc-2.2.5/linux-2.4.26/arch/arm/kernel'
-make: *** [_dir_arch/arm/kernel] Error 2
-
-when building kernel.org 2.4.26 for arm with gcc-3.3.x
-(Note: one probably wants to apply ftp://ftp.arm.linux.org.uk/pub/armlinux/source/kernel-patches/v2.4/patch-2.4.26-vrs1.bz2
-instead of my patches when really building 2.4.26 for arm;
-my patches only include the bare minimum to get the vanilla kernel to compile.)
-
---- linux-2.4.26/arch/arm/kernel/semaphore.c.old Mon Mar 21 06:50:38 2005
-+++ linux-2.4.26/arch/arm/kernel/semaphore.c Mon Mar 21 06:50:55 2005
-@@ -193,7 +193,7 @@
- bl __down_interruptible \n\
- mov ip, r0 \n\
- ldmfd sp!, {r0 - r3, pc}^ \n\
--
-+ \n\
- .align 5 \n\
- .globl __down_trylock_failed \n\
- __down_trylock_failed: \n\