Sign in
gnu
/
binutils-gdb
/
b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4
/
.
/
sim
/
testsuite
/
lib
/
linuxcheck.c
blob: d1f4bc17a6bda3709725af3ef9f46401103c3452 [
file
] [
log
] [
blame
]
/* Used by the test harness to see if toolchain targets Linux. */
#ifdef
__linux__
int
main
()
{
return
0
;
}
#else
# error "not linux"
#endif