projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d5321
)
sh4-platform-detection-support
author
Debian Haskell Group
<pkg-haskell-maintainers@lists.alioth.debian.org>
Wed, 5 Oct 2016 19:27:23 +0000
(19:27 +0000)
committer
Clint Adams
<clint@debian.org>
Wed, 5 Oct 2016 19:27:23 +0000
(19:27 +0000)
Gbp-Pq: Name sh4-platform-detection-support.patch
aclocal.m4
patch
|
blob
|
history
diff --git
a/aclocal.m4
b/aclocal.m4
index 1fc1ec5f8409813b022c582e17f660fb9d65ecf8..75ac0f6ed362a836663013a7ebc01599abddabb6 100644
(file)
--- a/
aclocal.m4
+++ b/
aclocal.m4
@@
-209,7
+209,7
@@
AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
mipsel)
test -z "[$]2" || eval "[$]2=ArchMipsel"
;;
- hppa|hppa1_1|ia64|m68k|powerpc64le|rs6000|s390|s390x|sparc64|vax)
+ hppa|hppa1_1|ia64|m68k|powerpc64le|rs6000|s390|s390x|s
h4|s
parc64|vax)
test -z "[$]2" || eval "[$]2=ArchUnknown"
;;
*)
@@
-1979,6
+1979,9
@@
case "$1" in
s390*)
$2="s390"
;;
+ sh4)
+ $2="sh4"
+ ;;
sparc64*)
$2="sparc64"
;;