diff options
author | dakkar <dakkar@thenautilus.net> | 2009-09-02 10:38:44 +0200 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2009-09-02 10:38:44 +0200 |
commit | 74c93552f6b7fd0ba733bdf4b502612ea27dff8f (patch) | |
tree | cb5b6661535e535e768ed75c188b7aca62ec1ae9 /src/HW/makerbot/arduino-on-gentoo | |
parent | add details on cross-compiler compilation (diff) | |
download | thenautilus-74c93552f6b7fd0ba733bdf4b502612ea27dff8f.tar.gz thenautilus-74c93552f6b7fd0ba733bdf4b502612ea27dff8f.tar.bz2 thenautilus-74c93552f6b7fd0ba733bdf4b502612ea27dff8f.zip |
fix a literal block
Diffstat (limited to 'src/HW/makerbot/arduino-on-gentoo')
-rw-r--r-- | src/HW/makerbot/arduino-on-gentoo/document.en.rest.txt | 2 | ||||
-rw-r--r-- | src/HW/makerbot/arduino-on-gentoo/document.it.rest.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/HW/makerbot/arduino-on-gentoo/document.en.rest.txt b/src/HW/makerbot/arduino-on-gentoo/document.en.rest.txt index dbd1391..3220c0e 100644 --- a/src/HW/makerbot/arduino-on-gentoo/document.en.rest.txt +++ b/src/HW/makerbot/arduino-on-gentoo/document.en.rest.txt @@ -26,7 +26,7 @@ enough: crossdev_ has a special target for it:: Only it does not work: ``avr-libc-headers`` requires the compiler to be already build. I don't go fixing it the proper way, I just follow the `hint found in a mailing list post`_, and do (after the failed -``crossdev`` run): +``crossdev`` run):: # USE='-nls -fortran -gtk -openmp -mudflap' emerge -v cross-avr/gcc # crossdev -t avr diff --git a/src/HW/makerbot/arduino-on-gentoo/document.it.rest.txt b/src/HW/makerbot/arduino-on-gentoo/document.it.rest.txt index 1678924..59690d8 100644 --- a/src/HW/makerbot/arduino-on-gentoo/document.it.rest.txt +++ b/src/HW/makerbot/arduino-on-gentoo/document.it.rest.txt @@ -27,7 +27,7 @@ abbastanza facile: crossdev_ ha un "target" apposito:: Peccato che non funzioni: ``avr-libc-headers`` ha bisogno che il compilatore sia giĆ stato compilato. Non mi metto a correggerlo nel modo giusto, mi limito a seguire il `consiglio trovato su una mailing -list`_, e (dopo la fallita invocazione di ``crossdev``) faccio: +list`_, e (dopo la fallita invocazione di ``crossdev``) faccio:: # USE='-nls -fortran -gtk -openmp -mudflap' emerge -v cross-avr/gcc # crossdev -t avr |