Tagged Questions

5
votes
5answers
966 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 ...
4
votes
2answers
322 views

How do programs support i386 and ppc at the same time?

I would like to know how you can support i386 and ppc architectures for programs at /bin. I run for instance bin $ file amber I get amber: setgid Mach-O universal binary with 2 architectures ...