From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P490s-0008IQ-JP for garchives@archives.gentoo.org; Fri, 08 Oct 2010 09:13:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3964CE095C for ; Fri, 8 Oct 2010 09:13:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA468E0772 for ; Fri, 8 Oct 2010 08:48:13 +0000 (UTC) Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 51CDB1B4075 for ; Fri, 8 Oct 2010 08:48:13 +0000 (UTC) From: Mike Frysinger Organization: wh0rd.org To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] crossdev & ports questions Date: Fri, 8 Oct 2010 04:46:25 -0400 User-Agent: KMail/1.13.5 (Linux/2.6.35.4; KDE/4.5.1; x86_64; ; ) References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart7590375.pRkSle0vby"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201010080446.26417.vapier@gentoo.org> X-Archives-Salt: b10fd6f4-36eb-4acd-a2f6-320e0d94b545 X-Archives-Hash: 2e55c122e4df373b38fc3157cb582076 --nextPart7590375.pRkSle0vby Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable On Friday, October 08, 2010 03:52:47 Joakim Tjernlund wrote: > Joakim Tjernlund wrote on 2010/10/08 08:56:20: > > Tried it with: > > TARGET=3D"powerpc-4.4.4_softfloat-linux-gnu" > > export EXTRA_ECONF=3D"--without-long-double-128 --with-dwarf2 --without= =2Dfp > > -- with-fp=3Dsoft --disable-64-bit-bfd" > >=20 > > crossdev \ > > =20 > > -s3 \ > > --genv EXTRA_ECONF=3D"--with-cpu=3De300c2 --without-long-double-128 > > --with-dwarf2 --without-fp --with-fp=3Dsoft --disable-64-bit-bfd" \ > > --ex-gdb \ > > --libc 2.11.2 \ > > --binutils 2.20.1-r1 \ > > --gcc 4.4.4-r2 \ > > --kernel 2.6.30-r1 \ > > --target ${TARGET} >=20 > Got better when I changed > --genv EXTRA_ECONF=3D" .... " > to > --genv EXTRA_ECONF=3D'" .... "' >=20 > This is should be documented or changed to not require '' it isnt feasible to auto quote the contents. you will need to account for= =20 them yourself. consider the fact that this supports multiple variables, so= =20 your quoting example here is limited. > hmm, this looks wrong, suggest: >=20 > -set_portage ${KCAT} ${KPKG} ${KVER} "${KVER}" > -set_portage ${LCAT} ${LPKG} ${LVER} "${LVER}" > +set_portage ${KCAT} ${KPKG} ${KVER} "${KENV}" > +set_portage ${LCAT} ${LPKG} ${LVER} "${LENV}" thanks. committed & pushed. =2Dmike --nextPart7590375.pRkSle0vby Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iQIcBAABAgAGBQJMrtpiAAoJEEFjO5/oN/WBS1IP/jpgNTbipsa84srt0HraK9Ek 2A4TRQ3YdKQtEMQynj796NQxRJM0DhFw4ohguTGI3ENuXZaPucmeGsB014qZR5Ev VJNfWdupWQIPlprwr3FBFjpKyp/o5YXAaprIA+W6usn7Uf5bIGBb6yuYLhTxFQVa uCrhnPsewwWkgqJM3qBZNX/14cwCf82wi0yviVSM/YZ6vZRNDQ7V2If1otkKzJqp zTrwnOnng+ayOpC8SuDOGvZt1BoY+RIchgwTpFJ13jJSNirj/o2aPBNFYgm9NbpE NsNtQn8xDdXxiLa3PepUZ6lz8UfUrT8ZQtbMocFRiZMoCmYkSjxE0r912tBk7JeM pqXPiui37DD7ge9z7DIK1aD5hjlTivowJ0tZ+kPcIJy6PLAW/UG/9ypFgb7hq98W fFPGSgJkvltrmef1Oib6XHe45cD0OEYBPhIS33d3uszHdPbq/ggXyq15dIFp4DQM h+DF7wNZycqzZoc1y866twDo4YADRCyk7j/Xx3AZajvCnHjQmk//YtaQYIRJoIyI n4DQJNmjv10HuvD6BWqrUUZWsCfDQQFGuskbFAzz7EYlYWFYMdhGBVOTILHSoXMF TOFBwfSSg0IEB1S8tW849mI/7gT0FqPDsou9zXhANlovgMVlW676XTP2gr7UuQpO PIT3UZ/cvNl5WWEQH17F =uxk4 -----END PGP SIGNATURE----- --nextPart7590375.pRkSle0vby--