Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34090 Details for
Bug 51290
unable to install avr-libc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
I emerged avr-libc with this do-it-by-myself ebuild.
avr-libc-1.0.4.ebuild (text/plain), 806 bytes, created by
Tomasz Fortuna
on 2004-06-24 15:00:13 UTC
(
hide
)
Description:
I emerged avr-libc with this do-it-by-myself ebuild.
Filename:
MIME Type:
Creator:
Tomasz Fortuna
Created:
2004-06-24 15:00:13 UTC
Size:
806 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-embedded/avr-libc/avr-libc-1.0.2-r1.ebuild,v 1.2 2004/03/15 02:18:57 seemant Exp $ > >IUSE="nls" > >MY_P="avr-libc-1.0.4" >DESCRIPTION="Libc for the AVR microcontroller architecture" >HOMEPAGE="http:////www.nongnu.org/avr-libc/" >SRC_URI="http://savannah.nongnu.org/download/avr-libc/${MY_P}.tar.bz2" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" > >DEPEND="dev-embedded/avr-gcc" > >src_compile() { > cd "${WORKDIR}/${MY_P}" > CC=avr-gcc > CFLAGS="" > ./configure \ > --target=avr \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man \ > `use_enable nls` || die "./configure failed" > > emake || die >} > >src_install() { > cd obj-avr > einstall || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 51290
:
32547
| 34090