From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from chamber.cco.caltech.edu (chamber.cco.caltech.edu [131.215.48.55]) by chiba.3jane.net (Postfix) with ESMTP id 5691F20EF580 for ; Mon, 8 Apr 2002 18:11:03 -0500 (CDT) Received: from groug.home.net (DHCP-38-132.caltech.edu [131.215.38.132]) by chamber.cco.caltech.edu (8.9.3/8.9.3) with ESMTP id QAA18291 for ; Mon, 8 Apr 2002 16:11:01 -0700 (PDT) Content-Type: text/plain; charset="koi8-r" From: George Shapovalov To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] (no subject) Date: Mon, 8 Apr 2002 16:05:27 -0700 X-Mailer: KMail [version 1.4] References: <20020409004045.3c091985.spider@gentoo.org> <200204081349.47400.chuck@magma.ca> In-Reply-To: <200204081349.47400.chuck@magma.ca> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200204081605.27203.georges@its.caltech.edu> Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 023ae7a7-3902-479a-86b6-b06ebba4d873 X-Archives-Hash: 0f5e9ba6357cc3b121414b9c2fdb731e gcc is able to do cross-compilation. Check your make.conf for CHOST, CFLAGS and CXXFLAGS, this should give you= an=20 idea how you can do this in gentoo: You will probably want to export CHOST=3D... export CFLAGS=3D... etc. appropriate host and optimization flags.=20 Then for an actual package do: emerge --buildpkg package This will build the package and put .tbz2 file under $PKGDIR (check your= =20 conf!). But do test these builds on the proper system! This has however a side-effect: In addition to building the package it will merge it! Just unmerge it=20 aftewards (.tbz2 is preserved). Alternatively you may do all steps manual= ly=20 avoiding merge (so the package only gets built and not installed, especia= lly=20 important if you already have such package installed on your sys) - check= =20 ebuild manual to see necessary steps. George On Monday 08 April 2002 10:49, Chuck Short wrote: > So if you have an intel box and want to build ebuilds for PPC would you > have to build a cross-compiler? (Im a masochist). > > chuck > > On April 8, 2002 06:40 pm, Spider wrote: > > See this thread: > > > > > > > > begin forwarded message: > > > > Date: Thu, 4 Apr 2002 10:59:36 +0200 > > From: Pieter Van den Abeele > > To: gentoo-dev@gentoo.org > > Subject: [gentoo-dev] Gentoo PPC announcement > > > > > > > > Hello, > > > > Experimental/testing Gentoo PPC iso/build tarballs can be downloaded > > from: http://gentooppc.sunsite.dk > > > > PPC portage can be accessed using cvs: > > CVSROOT=3D:pserver:cvs@sunsite.dk:/pack/anoncvs (password=3Dcvs) > > > > An anonymously rsyncable PPC portage: (setup later today) > > rsync://sunsite.dk/gentooppc/gentooppc/portage/ > > > > regards, > > > > Pieter > > > > > > ------------- > > > > begin quote > > On Sun, 7 Apr 2002 23:14:43 -0500 > > > > wrote: > > > reply only to: rlmoss@screaminet.com > > > Date: Mon, 8 Apr 2002 00:14:36 -0400 > > > To: gentoo-dev@gentoo.org > > > From: Richard Moss > > > Subject: Will there be a port to Power PPC? > > > Content-Type: text/plain; charset=3D"us-ascii" ; format=3D"flowed" > > > > > > I followed links from Slashdot to you. Reallly like the site, > > > especially Larry the Cow & am asking my network administrator to > > > explain "portage" - I've mostly used 'portage' in the context of > > > carrying a canoe up a fall, or down river to avoid a treacherous > > > rapid. > > > > > > > > > Will there be a port to Power PC, so Gentoo Linux could run on iMa= c, > > > iBook, or G3/G4? > > > > > > Many thanks, > > > > > > _______________________________________________ > > > gentoo-dev mailing list > > > gentoo-dev@gentoo.org > > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev