[commit: ghc] master: Fix Raspberry Pi target name (464396d)

git at git.haskell.org git at git.haskell.org
Fri Sep 29 01:35:19 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/464396d00450efb58330987ebac4735902ba0f01/ghc

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

commit 464396d00450efb58330987ebac4735902ba0f01
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Thu Sep 28 11:04:32 2017 +0800

    Fix Raspberry Pi target name
    
    Summary:
    For some reson, the `*`, that was supposed to be in D4031
    got lost in the diff.
    
    Reviewers: bgamari, austin, hvr, dfeuer
    
    Reviewed By: dfeuer
    
    Subscribers: rwbarton, thomie, erikd
    
    Differential Revision: https://phabricator.haskell.org/D4044


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

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

diff --git a/aclocal.m4 b/aclocal.m4
index fb61e8d..b34f898 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1907,7 +1907,7 @@ AC_DEFUN([GHC_LLVM_TARGET], [
     # for the LLVM Target. Otherwise these would be
     # turned into just `-linux` and fail to be found
     # in the `llvm-targets` file.
-    *-android*|-gnueabi*)
+    *-android*|*-gnueabi*)
       GHC_CONVERT_VENDOR([$2],[llvm_target_vendor])
       llvm_target_os="$3"
       ;;



More information about the ghc-commits mailing list