Subject: CVS commit: pkgsrc/lang/ghc90
From: Masatake Daimon
Date: 2021-05-21 03:45:01
Message id: 20210521014501.22FD0FA95@cvs.NetBSD.org

Log Message:
Built a bootkit for NetBSD/aarch64

Also the package is now more explicit about LLVM. It used to invoke whatever \ 
llc(1) and opt(1) found in the $PATH when -fllvm is passed to the compiler, \ 
though it's not the default backend. Now LLVM is an explicit, optional \ 
dependency on platforms where NCG backend is available, and a mandatory \ 
dependency on others.

Note that the LLVM backend tends to produce faster code but it runs \ 
significantly slower than NCG. AArch64 support of NCG is being worked on, but it \ 
hasn't been merged to the 9.0 branch yet (or even the master branch).

Files:
RevisionActionfile
1.13modifypkgsrc/lang/ghc90/Makefile
1.10modifypkgsrc/lang/ghc90/bootstrap.mk
1.14modifypkgsrc/lang/ghc90/distinfo
1.4modifypkgsrc/lang/ghc90/patches/patch-aclocal.m4
1.1addpkgsrc/lang/ghc90/options.mk
1.1addpkgsrc/lang/ghc90/patches/patch-llvm-targets