toolchain/gcc: add support for gcc-4.3.5
[openwrt/svn-archive/archive.git] / toolchain / gcc / patches / 4.3.5 / 104-gnuhurd-uclibc-conf.patch
1 --- a/gcc/config.gcc
2 +++ b/gcc/config.gcc
3 @@ -529,6 +529,9 @@ case ${target} in
4 alpha*)
5 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
6 ;;
7 + i[34567]86-*hurd*-*)
8 + tm_file="${cpu_type}/${cpu_type}.h i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/gnu.h gnu.h ${tm_file}"
9 + ;;
10 i[34567]86-*-*)
11 tm_file="${cpu_type}/${cpu_type}.h i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h gnu.h ${tm_file}"
12 ;;