[PATCH] allow any freebsd* CHOST as "freebsd" target
Sergei Trofimovich
slyich at gmail.com
Sat Jan 28 17:13:00 CET 2012
On Sat, 24 Dec 2011 20:53:12 +0300
slyich at gmail.com wrote:
ping
> From: Sergei Trofimovich <slyfox at gentoo.org>
>
> Allow CHOSTs like i686-gentoo-freebsd8.2.
>
> Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
> ---
> aclocal.m4 | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/aclocal.m4 b/aclocal.m4
> index 1d5d1f7..1e0ee67 100644
> --- a/aclocal.m4
> +++ b/aclocal.m4
> @@ -1886,7 +1886,7 @@ case "$1" in
> freebsd|netbsd|openbsd|dragonfly|osf1|osf3|hpux|linuxaout|kfreebsdgnu|freebsd2|solaris2|cygwin32|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix|haiku)
> $2="$1"
> ;;
> - freebsd8) # like i686-gentoo-freebsd8
> + freebsd*) # like i686-gentoo-freebsd8 or i686-gentoo-freebsd8.2
> $2="freebsd"
> ;;
> *)
> --
> 1.7.8.1
--
Sergei
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/cvs-ghc/attachments/20120128/ae6c83d0/attachment.pgp>
More information about the Cvs-ghc
mailing list