You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/dev-lang/ghc/files/ghc-9.0.2-CHOST-prefix.patch

18 lines
282 B

Strip versioning components from *HOST for Darwin and Solaris
--- a/m4/fptools.m4
+++ b/m4/fptools.m4
@@ -1358,6 +1358,12 @@
freebsd*)
$2="freebsd"
;;
+ darwin*)
+ $2="darwin"
+ ;;
+ solaris2.*)
+ $2="solaris2"
+ ;;
*)
echo "Unknown OS $1"
exit 1