mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
264dcc17cc
Both bfin & cris ports test the C compiler to see if it works, but in their own way. Unify the checks in the common code so we can leverage them in more ports in the future, and collapse the bfin & cris code.
6 lines
102 B
C
6 lines
102 B
C
/* Used by the test harness to verify working compiler & preprocessor. */
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|