|
|
发表于 2005-7-12 22:29:47
|
显示全部楼层
Checked gcc home page, the gcc-3.4.1.tar.bz2 includes many things:
gcc-3.4.1.tar.bz2 Complete GCC (includes all of below)
gcc-core-3.4.1.tar.bz2 C front end and core compiler
gcc-ada-3.4.1.tar.bz2 Ada front end and runtime
gcc-g++-3.4.1.tar.bz2 C++ front end and runtime
gcc-g77-3.4.1.tar.bz2 Fortran 77 front end and runtime
gcc-java-3.4.1.tar.bz2 Java front end and runtime
gcc-objc-3.4.1.tar.bz2 Objective-C front end and runtime
gcc-testsuite-3.4.1.tar.bz2 The GCC testsuite
That's why it is much bigger. |
|