- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/isl.xml
rdbc5b02 rb27081c4 24 24 25 25 <para>We will install ISL to enable extra functionality for GCC. 26 It is not strictly required, but GCC can link to itto enable its26 They are not strictly required, but GCC can link to them to enable its 27 27 new loop generation feature called Graphite.</para> 28 28 … … 30 30 31 31 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 32 ./configure --prefix=/cross-tools --disable-static \ 32 ./configure \ 33 --prefix=/cross-tools \ 34 --disable-static \ 33 35 --with-gmp-prefix=/cross-tools</userinput></screen> 34 36
Note:
See TracChangeset
for help on using the changeset viewer.