Tagged Questions
5
votes
5answers
962 views
How do I create an architecture-capable makefile?
I have a makefile that works transparently for Linux (x86_64) and OS X Intel (x86_64). This uses 64-bit specific GCC options.
Is there a way to adjust the makefile so that I could build for 32-bit ...