public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Cendron (scen)" <scen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/it/base/embedded/handbook: cross-compiler.xml
Date: Thu, 19 Feb 2009 22:25:24 +0000	[thread overview]
Message-ID: <E1LaHKe-0005Xa-MQ@stork.gentoo.org> (raw)

scen        09/02/19 22:25:24

  Modified:             cross-compiler.xml
  Log:
  Version 0.2, revision 1.8 of EN CVS

Revision  Changes    Path
1.4                  xml/htdocs/proj/it/base/embedded/handbook/cross-compiler.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/it/base/embedded/handbook/cross-compiler.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/it/base/embedded/handbook/cross-compiler.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/it/base/embedded/handbook/cross-compiler.xml?r1=1.3&r2=1.4

Index: cross-compiler.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/it/base/embedded/handbook/cross-compiler.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cross-compiler.xml	18 Aug 2008 12:19:20 -0000	1.3
+++ cross-compiler.xml	19 Feb 2009 22:25:24 -0000	1.4
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/it/base/embedded/handbook/cross-compiler.xml,v 1.3 2008/08/18 12:19:20 scen Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/it/base/embedded/handbook/cross-compiler.xml,v 1.4 2009/02/19 22:25:24 scen Exp $ -->
 
 <sections>
 
@@ -9,8 +9,8 @@
 Creare un cross-compilatore sulla propria macchina!
 </abstract>
 
-<version>0.1</version>
-<date>2007-08-12</date>
+<version>0.2</version>
+<date>2009-01-10</date>
 
 <section>
 <title>Prologo</title>
@@ -331,10 +331,10 @@
 
 <pre caption="configurazione e compilazione delle binutils">
 $ <i>./configure \
---target=$CTARGET \
---prefix=/usr \
---with-sysroot=/usr/$CTARGET \
---disable-werror</i>
+     --target=$CTARGET \
+     --prefix=/usr \
+     --with-sysroot=/usr/$CTARGET \
+     --disable-werror</i>
 $ <i>make</i>
 $ <i>make install DESTDIR=$PWD/install-root</i>
 </pre>
@@ -402,10 +402,11 @@
 $ <i>mkdir build</i>
 $ <i>cd build</i>
 $ <i>../configure \
---host=$CTARGET \
---prefix=/usr \
---with-headers=/usr/$CTARGET/usr/include \
---disable-sanity-checks</i>
+     --host=$CTARGET \
+     --prefix=/usr \
+     --with-headers=/usr/$CTARGET/usr/include \
+     --without-cvs \
+     --disable-sanity-checks</i>
 # <i>make -k install-headers install_root=/usr/$CTARGET</i>
 </pre>
 
@@ -442,15 +443,17 @@
 $ <i>mkdir build</i>
 $ <i>cd build</i>
 $ <i>../configure \
---target=$CTARGET \
---prefix=/usr \
---with-sysroot=/usr/$CTARGET \
---enable-languages=c \
---disable-shared \
---disable-checking \
---disable-werror \
---disable-libmudflap \
---disable-libssp</i>
+     --target=$CTARGET \
+     --prefix=/usr \
+     --with-sysroot=/usr/$CTARGET \
+     --enable-languages=c \
+     --disable-shared \
+     --disable-checking \
+     --disable-werror \
+     --disable-libmudflap \
+     --disable-libssp \
+     --disable-libgomp \
+     --disable-libssp</i>
 $ <i>make</i>
 $ <i>make install DESTDIR=$PWD/install-root</i>
 </pre>
@@ -487,8 +490,9 @@
 $ <i>mkdir build</i>
 $ <i>cd build</i>
 $ <i>../configure \
---host=$CTARGET \
---prefix=/usr</i>
+     --host=$CTARGET \
+     --prefix=/usr \
+     --without-cvs</i>
 $ <i>make</i>
 # <i>make install install_root=/usr/$CTARGET</i>
 </pre>
@@ -506,13 +510,13 @@
 
 <pre caption="compilare/installare il gcc stage 2">
 $ <i>./configure \
---target=$CTARGET \
---prefix=/usr \
---with-sysroot=/usr/$CTARGET \
---enable-languages=c,c++ \
---enable-shared \
---disable-checking \
---disable-werror</i>
+     --target=$CTARGET \
+     --prefix=/usr \
+     --with-sysroot=/usr/$CTARGET \
+     --enable-languages=c,c++ \
+     --enable-shared \
+     --disable-checking \
+     --disable-werror</i>
 $ <i>make</i>
 # <i>make install</i>
 </pre>






             reply	other threads:[~2009-02-19 22:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-19 22:25 Davide Cendron (scen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-23 20:06 [gentoo-commits] gentoo commit in xml/htdocs/proj/it/base/embedded/handbook: cross-compiler.xml Davide Cendron (scen)
2010-03-22 20:49 Davide Cendron (scen)
2008-08-18 11:03 Davide Cendron (scen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LaHKe-0005Xa-MQ@stork.gentoo.org \
    --to=scen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox