repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Express intent of matrix release build types explicitly
[gromacs.git]
/
cmake
/
TestFujitsuSparc64.c
blob
074068802409487ea25cb086787e04c341e1b128
1
int
main
()
2
{
3
#if defined (__FUJITSU) && ( defined(__sparc) || defined(__sparcv9) ) && ( defined(__LP64__) || defined(__arch64) )
4
return
0
;
5
#else
6
#error This compiler is not targetting Fujitsu Sparc64
7
#endif
8
}