[project @ 2003-08-16 11:19:07 by igloo]
[ghc-hetmet.git] / configure.in
index 50f9fc8..0c5a11a 100644 (file)
@@ -312,6 +312,15 @@ sparc-sun-solaris2*)
         HostVendor_CPP='sun'
         HostOS_CPP='solaris2'
         ;;
+sparc*-linux*)
+        HostPlatform=sparc-unknown-linux
+        TargetPlatform=sparc-unknown-linux
+        BuildPlatform=sparc-unknown-linux
+        HostPlatform_CPP='sparc_unknown_linux'
+        HostArch_CPP='sparc'
+        HostVendor_CPP='unknown'
+        HostOS_CPP='linux'
+        ;;
 *)
         echo "Unrecognised platform: $HostPlatform"
         exit 1