[commit: ghc] master: Allow to bootstrap with a compiler from the FreeBSD Ports Collection (98267a8)

Páli Gábor János pali.gabor at gmail.com
Sun Mar 24 23:29:59 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/98267a869ff04ec9c69d48773a15664946b0ef42

>---------------------------------------------------------------

commit 98267a869ff04ec9c69d48773a15664946b0ef42
Author: Gabor Pali <pali.gabor at gmail.com>
Date:   Sun Mar 24 22:29:30 2013 +0100

    Allow to bootstrap with a compiler from the FreeBSD Ports Collection

>---------------------------------------------------------------

 aclocal.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aclocal.m4 b/aclocal.m4
index 2cfa2f1..94f34b3 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -201,7 +201,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
 
     checkVendor() {
         case [$]1 in
-        dec|unknown|hp|apple|next|sun|sgi|ibm|montavista)
+        dec|unknown|hp|apple|next|sun|sgi|ibm|montavista|portbld)
             ;;
         *)
             echo "Unknown vendor [$]1"





More information about the ghc-commits mailing list