I am trying to work out if i can distinguish dev-c from gnu_c at compile time to allow different includes.
The problem is I use GNU_C for the microblaze processor compilation and dev-c for the PC compilation of the same code.
Is there any global defines that I can use to isolate the two because at first pass they both report as GNU_C
Thanks
Log in to post a comment.
I am trying to work out if i can distinguish dev-c from gnu_c at compile time to allow different includes.
The problem is I use GNU_C for the microblaze processor compilation and dev-c for the PC compilation of the same code.
Is there any global defines that I can use to isolate the two because at first pass they both report as GNU_C
Thanks