projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b594b95
03493b9
)
resolve conflict by adding both: mips64 and riscv64
author
John Ellson
<ellson@research.att.com>
Mon, 6 Apr 2020 19:12:18 +0000
(15:12 -0400)
committer
John Ellson
<ellson@research.att.com>
Mon, 6 Apr 2020 19:12:18 +0000
(15:12 -0400)
1
2
configure.ac
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
configure.ac
index 5b7078f15d70cb02aca80420e5927b7d40153c29,060d2819dcbfa39282695007f9fc4396c12442b9..5e098aa2b595b806f5d7971f2c49ac5d1582ffe5
---
1
/
configure.ac
---
2
/
configure.ac
+++ b/
configure.ac
@@@
-123,7
-123,7
+123,7
@@@
if test -z "$LIBPOSTFIX"; the
case "${host_os}" in
*linux* )
case "${host_cpu}" in
- aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | mips64* )
- aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | riscv64 )
++ aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | mips64* | riscv64 )
LIBPOSTFIX="64"
INTGOSIZE=64
;;