How does a compiler identify its host machine's hardware? Which component?

Viewed 116

My teacher told me that the intermediate code is generic for all systems but a component of the compiler then make it different according the system/environment the code is run on. Can someone please explain it.

1 Answers
Related