Updated cool quotes
[gromacs.git] / cmake / TestFujitsuSparc64.c
blob074068802409487ea25cb086787e04c341e1b128
1 int main()
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