This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
newbie question, where is a list of defines like __sparc and __linux ?
- To: gcc at gcc dot gnu dot org
- Subject: newbie question, where is a list of defines like __sparc and __linux ?
- From: Aaron Weiss <weiss at clearway dot com>
- Date: Thu, 06 Jan 2000 17:31:01 -0500
Hi there,
I'm doing cross platform development and want to be able to pretty
specifically define what is and is not compiled in my builds.
Looking through the source code I see defines like __sparc and __linux
but I can't find a definitive list of all the viable platform/os defines
that I can
#ifdef with in my code .. where is such a list of one exists?
thanks!
-aaron