RE: [PATCH][2.4.30-rc1] updated gcc-4.0 patches

2005-03-22 Thread Mikael Starvik
5:26 PM To: linux-kernel@vger.kernel.org Subject: [PATCH][2.4.30-rc1] updated gcc-4.0 patches Here is a new set of patches to allow gcc-4.0 (20050312) to compile the 2.4.30-rc1 kernel. Changes since the previous version of the patch set are: - Replaced -ffreestanding with -fno-builtin

[PATCH][2.4.30-rc1] updated gcc-4.0 patches

2005-03-19 Thread Mikael Pettersson
Here is a new set of patches to allow gcc-4.0 (20050312) to compile the 2.4.30-rc1 kernel. Changes since the previous version of the patch set are: - Replaced -ffreestanding with -fno-builtin-sprintf. freestanding was used to prevent gcc from transforming some sprintf() calls to calls to strcp