Daily bump.
[gcc.git] / gcc / config.host
index df8ba8fa8011d8ff73aff29faed3f03ca11c5de3..696c79e350750dc299742509d99f5ad57b077394 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*)