Currently, to build gcc requires using the system compiler to build part of gcc, then gcc compiles the rest of itself with itself. If the system compiler is also gcc, what is the minimum version that can be used?
Currently, to build gcc requires using the system compiler to build part of gcc, then gcc compiles the rest of itself with itself. If the system compiler is also gcc, what is the minimum version that can be used?