13,009
回編集
336行目: | 336行目: | ||
--build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=h8300-elf \ | --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=h8300-elf \ | ||
--enable-languages=c \ | --enable-languages=c \ | ||
--disable-bootstrap --disable-nls --disable-shared --enable-static | --disable-bootstrap --disable-nls --disable-shared --enable-static --enable-lto --enable-gold \ | ||
--with-newlib \ | --with-newlib \ | ||
--with-headers=/<上記でダウンロードしたNewLibのディレクトリ>/newlib/libc/include | --with-headers=/<上記でダウンロードしたNewLibのディレクトリ>/newlib/libc/include | ||
362行目: | 362行目: | ||
--build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=h8300-elf \ | --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=h8300-elf \ | ||
--enable-languages=c,c++ \ | --enable-languages=c,c++ \ | ||
--disable-bootstrap --disable-nls --disable-shared --enable-static --enable-lto --enable-gold \ | --disable-bootstrap --disable-nls --disable-shared --enable-static --disable-libstdc__-v3 --enable-lto --enable-gold \ | ||
--with-newlib \ | --with-newlib \ | ||
--with-headers=/<上記でダウンロードしたNewLibのディレクトリ>/newlib/libc/include | --with-headers=/<上記でダウンロードしたNewLibのディレクトリ>/newlib/libc/include |