Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 27562 Details for
Bug 45056
avr-libc fails because of 1) wrong source filename, and 2) missing CFLAGS="" statement
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixed ebuild
avr-libc-1.0.2-r1.ebuild (text/plain), 805 bytes, created by
Wilfried Holzke
on 2004-03-18 12:16:39 UTC
(
hide
)
Description:
fixed ebuild
Filename:
MIME Type:
Creator:
Wilfried Holzke
Created:
2004-03-18 12:16:39 UTC
Size:
805 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/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=${P/avr-/} >DESCRIPTION="Libc for the AVR microcontroller architecture" >HOMEPAGE="http://www.nongnu.org/avr-libc/" >SRC_URI="http://savannah.nongnu.org/download/avr-libc/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" > >DEPEND="dev-embedded/avr-gcc" > >src_compile() { > mkdir obj-avr > cd obj-avr > CC=avr-gcc CFLAGS="" ../configure \ > --target=avr \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man \ > `use_enable nls` || die "./configure failed" > > CFLAGS="" 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 45056
: 27562 |
29214