projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0d38b
)
cherry-pick of upstream commits
author
Debian Haskell Group
<pkg-haskell-maintainers@lists.alioth.debian.org>
Tue, 24 Mar 2020 01:50:31 +0000
(
01:50
+0000)
committer
Sandro Tosi
<morph@debian.org>
Tue, 24 Mar 2020 01:50:31 +0000
(
01:50
+0000)
Last-Update: 2019-05-27
beba89a0f16681c85d39fc8a894bde4162ff492a
.patch:
5e63a25249f3cb07300258e115af9ff55079d2ea
.patch:
Gbp-Pq: Name risc-support.patch
aclocal.m4
patch
|
blob
|
history
diff --git
a/aclocal.m4
b/aclocal.m4
index e6a411293a12a77674bf7814a73c336605532f62..ec1f095ea6b0541c703d5b0532c2a163e11253e5 100644
(file)
--- a/
aclocal.m4
+++ b/
aclocal.m4
@@
-217,7
+217,7
@@
AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
mipsel)
test -z "[$]2" || eval "[$]2=ArchMipsel"
;;
- hppa|hppa1_1|ia64|m68k|nios2|rs6000|s390|s390x|sh4|vax)
+ hppa|hppa1_1|ia64|m68k|nios2|r
iscv32|riscv64|r
s6000|s390|s390x|sh4|vax)
test -z "[$]2" || eval "[$]2=ArchUnknown"
;;
*)
@@
-1906,6
+1906,12
@@
case "$1" in
powerpc*)
$2="powerpc"
;;
+ riscv64*)
+ $2="riscv64"
+ ;;
+ riscv|riscv32*)
+ $2="riscv32"
+ ;;
rs6000)
$2="rs6000"
;;