]> Git Repo - binutils.git/blob - sim/testsuite/lib/linuxcheck.c
Automatic date update in version.in
[binutils.git] / sim / testsuite / lib / linuxcheck.c
1 /* Used by the test harness to see if toolchain targets Linux.  */
2 #ifdef __linux__
3 int main()
4 {
5   return 0;
6 }
7 #else
8 # error "not linux"
9 #endif
This page took 0.023714 seconds and 4 git commands to generate.