SHOW:
|
|
- or go back to the newest paste.
| 1 | Before gcc: | |
| 2 | ----------- | |
| 3 | - | without sim/gdb: |
| 3 | + | |
| 4 | ||
| 5 | After gcc: | |
| 6 | - | with sim/gdb: |
| 6 | + | |
| 7 | - | ../or1k-src/configure --target=or1k-elf --prefix=/opt/or1k-toolchain --disable-shared --disable-itcl --disable-tk --disable-tcl --disable-winsup --disable-libgui --disable-rda --disable-sid --with-sysroot --disable-newlib --disable-libgloss |
| 7 | + | |
| 8 | ||
| 9 | GCC: | |
| 10 | ==== | |
| 11 | - | without sim/gdb: |
| 11 | + | |
| 12 | Before newlib | |
| 13 | ------------- | |
| 14 | - | with sim/gdb: |
| 14 | + | |
| 15 | - | ../or1k-src/configure --target=or1k-elf --prefix=/opt/or1k-toolchain --disable-shared --disable-itcl --disable-tk --disable-tcl --disable-winsup --disable-libgui --disable-rda --disable-sid --with-sysroot --enable-newlib --enable-libgloss |
| 15 | + | |
| 16 | After newlib | |
| 17 | ------------ | |
| 18 | ../or1k-gcc/configure --target=or1k-elf --prefix=/opt/or1k-toolchain --enable-languages=c,c++ --disable-shared --disable-libssp --with-newlib |