Author: jim
Date: 2006-08-10 21:46:47 -0600 (Thu, 10 Aug 2006)
New Revision: 2206

Added:
   trunk/BOOK/chroot/mips64-64/
   trunk/BOOK/chroot/mips64-64/flags.xml
   trunk/BOOK/chroot/sparc64-64/
   trunk/BOOK/chroot/sparc64-64/flags.xml
   trunk/BOOK/chroot/x86_64-64/
   trunk/BOOK/chroot/x86_64-64/flags.xml
Modified:
   /
   trunk/BOOK/
Log:
 [EMAIL PROTECTED] (orig r2332):  jim | 2006-08-10 20:28:27 -0700
  [EMAIL PROTECTED]:  jim | 2006-08-10 20:28:02 -0700
  Added: missing flags.xml
 



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - b6734a72-470d-0410-b049-f317dca95413:/:2331
   + b6734a72-470d-0410-b049-f317dca95413:/:2332


Property changes on: trunk/BOOK
___________________________________________________________________
Name: svk:merge
   - 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:5062
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
   + 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:5064
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790

Added: trunk/BOOK/chroot/mips64-64/flags.xml
===================================================================
--- trunk/BOOK/chroot/mips64-64/flags.xml                               (rev 0)
+++ trunk/BOOK/chroot/mips64-64/flags.xml       2006-08-11 03:46:47 UTC (rev 
2206)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="ch-chroot-flags">
+  <?dbhtml filename="flags.html"?>
+
+  <title>Build Flags</title>
+
+  <para>We will need to setup target specific flags for the compiler
+  and linkers.</para>
+
+<screen><userinput>export BUILD64="-mabi=64"</userinput></screen>
+
+   <para>To prevent errors when you come back to your build, we will export 
these
+   variables to prevent any build issues in the future:</para>
+
+<screen><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; 
~/.bash_profile</userinput></screen>
+
+</sect1>

Added: trunk/BOOK/chroot/sparc64-64/flags.xml
===================================================================
--- trunk/BOOK/chroot/sparc64-64/flags.xml                              (rev 0)
+++ trunk/BOOK/chroot/sparc64-64/flags.xml      2006-08-11 03:46:47 UTC (rev 
2206)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="ch-chroot-flags">
+  <?dbhtml filename="flags.html"?>
+
+  <title>Build Flags</title>
+
+  <para>We will need to setup target specific flags for the compiler
+  and linkers.</para>
+
+<screen><userinput>export BUILD64="-m64"</userinput></screen>
+   <para>To prevent errors when you come back to your build, we will export 
these
+   variables to prevent any build issues in the future:</para>
+
+<screen><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; 
~/.bash_profile</userinput></screen>
+
+</sect1>

Added: trunk/BOOK/chroot/x86_64-64/flags.xml
===================================================================
--- trunk/BOOK/chroot/x86_64-64/flags.xml                               (rev 0)
+++ trunk/BOOK/chroot/x86_64-64/flags.xml       2006-08-11 03:46:47 UTC (rev 
2206)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="ch-chroot-flags">
+  <?dbhtml filename="flags.html"?>
+
+  <title>Build Flags</title>
+
+  <para>We will need to setup target specific flags for the compiler
+  and linkers.</para>
+
+<screen><userinput>export BUILD64="-m64"</userinput></screen>
+
+   <para>To prevent errors when you come back to your build, we will export 
these
+   variables to prevent any build issues in the future:</para>
+
+<screen><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; 
~/.bash_profile</userinput></screen>
+
+</sect1>

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to