Diary/2007-5-15
gcc-4.1.2のコンパイル
sh-hitachi-elf向けのクロスコンパイル環境。ホスト環境はFreeBSD。
../../gcc-4.1.2/configure --prefix=/usr/local/sh-hitachi-elf-4.1.2 \ --target=$TARGET --with-newlib=../newlib-1.15.0 --disable-libssp
ちなみにsspとは、Stack Smashing Protector。
http://www.trl.ibm.com/projects/security/ssp/
に解説が。