Root/
| 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 | ;; |
| 13 |
