Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42923 - uclibc-buildroot-20040218 Bad link to gcc
Summary: uclibc-buildroot-20040218 Bad link to gcc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Embedded Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-25 13:20 UTC by Daniel Schroeter
Modified: 2004-02-27 17:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Daniel Schroeter 2004-02-25 13:27:57 UTC
morpheus uclibc-buildroot # head uclibc-buildroot-20040218.ebuild -n 30
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/sys-devel/uclibc-buildroot/uclibc-buildroot-20040218.ebuild,v 1.1 2004/02/20 02:24:11 dragonheart Exp $

inherit eutils crosscompile


# Derived from gcc-3_3.mk and binutils.mk
GCCVER=3.3.3
BINUTILSVER=2.14.90.0.8
UCLIBCVER=0.9.26
BUSYBOXVER=1.00-pre7
TINYLOGINVER=1.4
KERNELHEADERSVER=2.4.25

DESCRIPTION="Embedded root file system"
HOMEPAGE="http://www.uclibc.org/"
SRC_URI="http://gcc.get-software.com/releases/gcc-${GCCVER}.tar.bz2
        http://dev.gentoo.org/~dragonheart/buildroot-${PV}.tar.bz2
        mirror://kernel/linux/devel/binutils/binutils-${BINUTILSVER}.tar.bz2
        mirror://kernel/linux/libs/uclibc/toolchain/kernel-headers-${KERNELHEADERSVER}.tar.bz2
        mirror://kernel/linux/libs/uclibc/uClibc-${UCLIBCVER}.tar.bz2
        nommu? ( mirror://kernel/linux/libs/uclibc/toolchain/elf2flt-20030620.tar.bz2 )
        debug? ( http://www.busybox.net/downloads/busybox-${BUSYBOXVER}.tar.bz2 )
        debug? ( http://tinylogin.busybox.net/downloads/tinylogin-${TINYLOGINVER}.tar.bz2 )
        softfloat? ( mirror://debian/pool/main/libf/libfloat/libfloat_990616.orig.tar.gz )
        softfloat? ( mirror://debian/pool/main/libf/libfloat/libfloat_990616-3.diff.gz )"

# gcc-3/3/3 hasn't hit all mirrors yet.
#mirror://gnu/gcc/gcc-${GCCVER}/gcc-${GCCVER}.tar.bz2
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-02-27 17:18:18 UTC
Opps. Thanks for the bug report. commited to cvs.  Warning still applies - this is work in progress. FYI next version will use the cvs version of uclibc.