Skip to main content
edited tags
Link
Tamara Wijsman
  • 57.5k
  • 28
  • 188
  • 256
Source Link
Zak
  • 230
  • 2
  • 5

How do I determine the target HArdware platform that my compiler is compiling for?

I have a centOS 5.3 box with intel Xeon processors. A friend of mine was looking around and said my binaries are being compiled with an AMD target. Doesn't ./configure (like when building apache) automatically detect if you have Intel or AMD and traget the correct platform? How do I tell which target platform the comiler is using definitively?