[project @ 2003-08-18 00:01:07 by dons]
[ghc-hetmet.git] / configure.in
index 0c5a11a..a919e2a 100644 (file)
@@ -321,6 +321,15 @@ sparc*-linux*)
         HostVendor_CPP='unknown'
         HostOS_CPP='linux'
         ;;
+sparc-*-openbsd*)
+        HostPlatform=sparc-unknown-openbsd
+        TargetPlatform=sparc-unknown-openbsd
+        BuildPlatform=sparc-unknown-openbsd
+        HostPlatform_CPP='sparc_unknown_openbsd'
+        HostArch_CPP='sparc'
+        HostVendor_CPP='unknown'
+        HostOS_CPP='openbsd'
+        ;;
 *)
         echo "Unrecognised platform: $HostPlatform"
         exit 1