Changeset 14b6e06
- Timestamp:
- Aug 11, 2014, 3:21:04 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- a1f098b
- Parents:
- 2da3f67c
- git-author:
- Chris Staub <chris@…> (08/11/14 03:19:39)
- git-committer:
- Chris Staub <chris@…> (08/11/14 03:21:04)
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/cloog.xml
r2da3f67c r14b6e06 32 32 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 33 33 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 34 ./configure --prefix=/usr -- enable-shared --with-isl=system</userinput></screen>34 ./configure --prefix=/usr --with-isl=system</userinput></screen> 35 35 36 36 <para os="s1">Apply a <command>sed</command> which prevents the attempted installation of an invalid file:</para> -
BOOK/final-system/multilib/cloog-64bit.xml
r2da3f67c r14b6e06 28 28 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \ 29 29 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \ 30 ./configure --prefix=/usr \ 31 --libdir=/usr/lib64 --enable-shared --with-isl=system</userinput></screen> 30 ./configure --prefix=/usr --libdir=/usr/lib64 --with-isl=system</userinput></screen> 32 31 33 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/cloog-n32.xml
r2da3f67c r14b6e06 29 29 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \ 30 30 LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \ 31 ./configure --prefix=/usr \ 32 --libdir=/usr/lib32 --enable-shared --with-isl=system</userinput></screen> 31 ./configure --prefix=/usr --libdir=/usr/lib32 --with-isl=system</userinput></screen> 33 32 34 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/cloog.xml
r2da3f67c r14b6e06 29 29 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \ 30 30 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \ 31 ./configure --prefix=/usr \ 32 --host=${CLFS_TARGET32} --enable-shared --with-isl=system</userinput></screen> 31 ./configure --prefix=/usr --host=${CLFS_TARGET32} --with-isl=system</userinput></screen> 33 32 34 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
r2da3f67c r14b6e06 48 48 since multibyte support is enabled by default.</para> 49 49 </listitem> 50 <listitem> 51 <para>[Chris] - Removed --enable-shared switch from CLooG pages; 52 shared libraries are built by default.</para> 53 </listitem> 50 54 </itemizedlist> 51 55 </listitem> -
BOOK/temp-system/multilib/cloog.xml
r2da3f67c r14b6e06 29 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} --libdir=/tools/lib64 \ 31 -- enable-shared --with-isl=system</userinput></screen>31 --with-isl=system</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.