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
Avoid blank line in writing index file
[gromacs.git]
/
cmake
/
TestARMv7.cpp
blob
2b6a3ae675124d2e46fbe68d186c6e53b66291db
1
int
main
()
2
{
3
#ifdef __ARM_ARCH_7A__
4
return
0
;
5
#else
6
#error This compiler is not targetting 32-bit ARMv7
7
#endif
8
}