Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DHG_packages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Haskell Group
DHG_packages
Commits
9ad07978
Commit
9ad07978
authored
Jul 19, 2018
by
Gianfranco Costamagna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ghc: Add patch to make ghc look for llvm 6
parent
f937cdf2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
p/ghc/debian/changelog
p/ghc/debian/changelog
+6
-0
p/ghc/debian/patches/series
p/ghc/debian/patches/series
+1
-0
p/ghc/debian/patches/use-llvm-6.0.patch
p/ghc/debian/patches/use-llvm-6.0.patch
+15
-0
No files found.
p/ghc/debian/changelog
View file @
9ad07978
ghc
(
8.4.3
-
3
)
experimental
;
urgency
=
medium
*
Switch
configure
.
ac
to
search
for
llvm
6.0
--
Gianfranco
Costamagna
<
locutusofborg
@
debian
.
org
>
Thu
,
19
Jul
2018
12
:
16
:
02
+
0200
ghc
(
8.4.3
-
2
)
experimental
;
urgency
=
medium
[
Gianfranco
Costamagna
]
...
...
p/ghc/debian/patches/series
View file @
9ad07978
...
...
@@ -7,3 +7,4 @@ x32-use-native-x86_64-insn.patch
use-stage1-binaries-for-install.patch
llvm-targets-Add-versioned-ARM-targets.patch
bsymbolic-only-for-registerised.patch
use-llvm-6.0.patch
p/ghc/debian/patches/use-llvm-6.0.patch
0 → 100644
View file @
9ad07978
Description: Use llvm 6.0 on arm*
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2018-07-19
--- ghc-8.4.3.orig/configure.ac
+++ ghc-8.4.3/configure.ac
@@ -638,7 +638,7 @@
AC_SUBST([LibtoolCmd])
# tools we are looking for. In the past, GHC supported a number of
# versions of LLVM simultaneously, but that stopped working around
# 3.5/3.6 release of LLVM.
-LlvmVersion=5.0
+LlvmVersion=6.0
AC_SUBST([LlvmVersion])
sUPPORTED_LLVM_VERSION=$(echo \($LlvmVersion\) | sed 's/\./,/')
AC_DEFINE_UNQUOTED([sUPPORTED_LLVM_VERSION], ${sUPPORTED_LLVM_VERSION}, [The supported LLVM version number])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment