OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / config.host
index 61a00b5..696c79e 100644 (file)
@@ -100,6 +100,14 @@ case ${host} in
 esac
 
 case ${host} in
+  arm*-*-linux*)
+    case ${target} in
+      arm*-*-*)
+       host_extra_gcc_objs="driver-arm.o"
+       host_xmake_file="${host_xmake_file} arm/x-arm"
+       ;;
+    esac
+    ;;
   alpha*-*-linux* | alpha*-dec-osf*)
     case ${target} in
       alpha*-*-linux* | alpha*-dec-osf*)
@@ -165,6 +173,14 @@ case ${host} in
        ;;
     esac
     ;;
+  sparc*-*-linux*)
+    case ${target} in
+      sparc*-*-linux*)
+       host_extra_gcc_objs="driver-sparc.o"
+       host_xmake_file="${host_xmake_file} sparc/x-sparc"
+       ;;
+    esac
+    ;;
 esac
 
 # Machine-specific settings.