[commit: ghc] wip/angerman/llvmng: Fix Raspberry Pi target name (ae5639b)
git at git.haskell.org
git at git.haskell.org
Thu Sep 28 03:12:25 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/llvmng
Link : http://ghc.haskell.org/trac/ghc/changeset/ae5639b76fdf6f13804a9a757f8782b6c19f3cb9/ghc
>---------------------------------------------------------------
commit ae5639b76fdf6f13804a9a757f8782b6c19f3cb9
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
Subscribers: rwbarton, thomie, erikd
Differential Revision: https://phabricator.haskell.org/D4044
>---------------------------------------------------------------
ae5639b76fdf6f13804a9a757f8782b6c19f3cb9
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