summaryrefslogtreecommitdiffstats
path: root/patches/gcc-4.3.2/generic/uclibc/104-gnuhurd-uclibc-conf.patch
blob: 3e7b25a63fe4e9c62ec033a3157ef558c4150e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
 gcc/config.gcc |    3 +++
 1 file changed, 3 insertions(+)

Index: gcc-4.3.1/gcc/config.gcc
===================================================================
--- gcc-4.3.1.orig/gcc/config.gcc
+++ gcc-4.3.1/gcc/config.gcc
@@ -529,6 +529,9 @@ case ${target} in
     alpha*)
       tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
       ;;
+    i[34567]86-*hurd*-*)
+      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}"
+      ;;
     i[34567]86-*-*)
       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}"
       ;;