gcc-4.2.4: fix gcc build for sh4 and uclibc
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 4 Oct 2008 14:44:56 +0000 (14:44 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 4 Oct 2008 14:44:56 +0000 (14:44 +0000)
commit0efef5b382ddc44841ec101eae4f5c2bd2257a0f
tree1cda1ab0e3054a60834b4c2f4da93007fff2d1d0
parentd9a4683da8347fcf1c4e375190c3c7124738b770
gcc-4.2.4: fix gcc build for sh4 and uclibc
* add sh_unwind.patch which fixes gcc/config/sh/linux-unwind.h
  like mips or i386
* add cppdefaults_cross.patch which removes /usr/include path from
  gcc/cppdefault.c when, this is needed because sh4 uses fixheader
  and fixproto and then zeckes no-host-include code yelling
  at the /usr/include
* ATTENTION this may break sh4-native gcc, but I do not
  believe that someone would use gcc directly on sh4 arch,
  if there iare some crazy people doing it, I will fix it in
  another way
* do not bump PR because it only affects sh4 arch
packages/gcc/gcc-4.2.4.inc
packages/gcc/gcc-4.2.4/cppdefault_cross.patch [new file with mode: 0644]
packages/gcc/gcc-4.2.4/sh_unwind.patch [new file with mode: 0644]