source: BOOK/final-system/multilib/cloog-64bit.xml@ f5d13b5

clfs-3.0.0-systemd systemd
Last change on this file since f5d13b5 was f24530ff, checked in by Chris Staub <chris@…>, 10 years ago

Removed unneeded configure switch from cloog pages

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[9470388]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[84b164e]8<sect1 id="ch-system-cloog" role="wrap">
9 <?dbhtml filename="cloog-64bit.html"?>
[9470388]10
[84b164e]11 <title>CLooG-&cloog-version; 64 Bit</title>
[9470388]12
[84b164e]13 <indexterm zone="ch-system-cloog">
14 <primary sortas="a-CLooG">CLooG</primary>
[9470388]15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]18 href="../common/cloog.xml"
[9470388]19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
[84b164e]22 <title>Installation of CLooG</title>
[9470388]23
[dabbced]24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]25 href="../common/cloog.xml"
[9470388]26 xpointer="xpointer(//*[@os='a'])"/>
27
28<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
[b6831b6]29LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
[f24530ff]30 ./configure --prefix=/usr --libdir=/usr/lib64 --with-isl=system</userinput></screen>
[9470388]31
[dabbced]32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9420398]33 href="../common/cloog.xml"
34 xpointer="xpointer(//*[@os='s1'])"/>
35
36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
37 href="../common/cloog.xml"
38 xpointer="xpointer(//*[@os='s2'])"/>
39
40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]41 href="../common/cloog.xml"
[9470388]42 xpointer="xpointer(//*[@os='c'])"/>
43
[dabbced]44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]45 href="../common/cloog.xml"
[9470388]46 xpointer="xpointer(//*[@os='d'])"/>
47
[dabbced]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]49 href="../common/cloog.xml"
[9470388]50 xpointer="xpointer(//*[@os='e'])"/>
51
[dabbced]52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]53 href="../common/cloog.xml"
[9470388]54 xpointer="xpointer(//*[@os='f'])"/>
55
[dabbced]56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]57 href="../common/cloog.xml"
[9470388]58 xpointer="xpointer(//*[@os='g'])"/>
59
[dabbced]60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]61 href="../common/cloog.xml"
[9470388]62 xpointer="xpointer(//*[@os='h'])"/>
63
64 </sect2>
65
[dabbced]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]67 href="../common/cloog.xml"
68 xpointer="xpointer(id('contents-cloog'))"/>
[9470388]69
70</sect1>
Note: See TracBrowser for help on using the repository browser.