Debian系はgccでクロスコンパイラとかもあった

なんとなくaptでgccを探したら色々あってびっくり。

$ aptitude search gcc
p   colorgcc                                                                       - Colorizer for GCC warning/error messages
i   gcc                                                                            - GNU Cコンパイラ
p   gcc-3.4                                                                        - GNU Cコンパイラ
p   gcc-3.4-base                                                                   - GNU コンパイラコレクション (基本パッケージ)
p   gcc-3.4-doc                                                                    - Documentation for the GNU compilers (gcc, gobjc, g++)
p   gcc-4.1                                                                        - GNU Cコンパイラ
p   gcc-4.1-base                                                                   - GNU コンパイラコレクション (基本パッケージ)
p   gcc-4.1-doc                                                                    - Documentation for the GNU compilers (gcc, gobjc, g++)
p   gcc-4.1-locales                                                                - The GNU C compiler (native language support files)
p   gcc-4.1-multilib                                                               - The GNU C compiler (multilib files)
p   gcc-4.1-source                                                                 - Source of the GNU Compiler Collection
i   gcc-4.2                                                                        - GNU Cコンパイラ
i   gcc-4.2-base                                                                   - GNU コンパイラコレクション (基本パッケージ)
p   gcc-4.2-doc                                                                    - Documentation for the GNU compilers (gcc, gobjc, g++)
p   gcc-4.2-locales                                                                - The GNU C compiler (native language support files)
p   gcc-4.2-multilib                                                               - The GNU C compiler (multilib files)
p   gcc-4.2-source                                                                 - Source of the GNU Compiler Collection
i A gcc-4.3                                                                        - GNU Cコンパイラ
i A gcc-4.3-base                                                                   - GNU コンパイラコレクション (基本パッケージ)
p   gcc-4.3-doc                                                                    - Documentation for the GNU compilers (gcc, gobjc, g++)
p   gcc-4.3-locales                                                                - The GNU C compiler (native language support files)
p   gcc-4.3-multilib                                                               - The GNU C compiler (multilib files)
p   gcc-4.3-source                                                                 - Source of the GNU Compiler Collection
p   gcc-avr                                                                        - The GNU C compiler (cross compiler for avr)
p   gcc-doc                                                                        - Documentation for the GNU C compilers (gcc, gobjc, g++)
p   gcc-h8300-hms                                                                  - The GNU C compiler (cross compiler for h8300-hitachi-coff)
p   gcc-m68hc1x                                                                    - GNU C compiler for the Motorola 68HC11/12 processors
p   gcc-multilib                                                                   - The GNU C compiler (multilib files)
p   gcc-snapshot                                                                   - A SNAPSHOT of the GNU Compiler Collection
p   gccxml                                                                         - XML output extension to GCC
p   lib64gcc1                                                                      - GCC サポートライブラリ (64bit)
p   lib64gcc1-dbg                                                                  - GCC support library (debug symbols)
i   libgcc1                                                                        - GCC サポートライブラリ
p   libgcc1-dbg                                                                    - GCC support library (debug symbols)
p   libsoci-core-gcc                                                               - C++ Database Access Library (core)
p   libsoci-core-gcc-dbg                                                           - C++ Database Access Library (debug symbols)
p   libsoci-core-gcc-dev                                                           - C++ Database Access Library (devel)
p   libsoci-mysql-gcc                                                              - C++ Database Access Library (MySQL backend)
p   libsoci-postgresql-gcc                                                         - C++ Database Access Library (PostgreSQL backend)
p   libsoci-sqlite3-gcc                                                            - C++ Database Access Library (SQLite3 backend)
v   llvm-gcc                                                                       -
p   llvm-gcc-4.2                                                                   - C front end for LLVM C/C++ compiler
p   ppu-gcc                                                                        - PPU C compiler
p   spu-gcc                                                                        - SPU cross-compiler (preprocessor and C compiler)


AVR、H8300、M68とか。 他にもLLVMとかまで。
ただ単にそれだけなんだけどビックリ


追記:
gcc-docをインストールしたら、/usr/share/doc/gcc-doc/にhtmlでドキュメントが。
多分manとかよりも詳しいと思う。