mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
Added testing gcc
This commit is contained in:
parent
4ca7ecce81
commit
283d4f17ad
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
|
||||
# Wirtten by ArchMobile.org
|
||||
|
||||
pkgname=busybox
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
pkgbase=gcc
|
||||
pkgname=('gcc' 'gcc-libs')
|
||||
pkgver=4.4.3
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='The GNU Compiler Collection'
|
||||
arch=(arm)
|
||||
license=(GPL LGPL custom)
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||
|
||||
# toolchain build order: kernel-headers->glibc->binutils->gcc->binutils->glibc
|
||||
|
||||
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
|
||||
# NOTE: valgrind requires rebuilt with each new glibc version
|
||||
|
||||
pkgname=glibc
|
||||
pkgver=2.11
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="GNU C Library"
|
||||
arch=('arm')
|
||||
url="http://www.gnu.org/software/libc"
|
||||
|
@ -64,7 +64,7 @@ build() {
|
|||
make || return 1
|
||||
make install_root=${pkgdir} install || return 1
|
||||
|
||||
# provided by kernel-headers
|
||||
# provided by linux-api-headers
|
||||
rm ${pkgdir}/usr/include/scsi/scsi.h
|
||||
|
||||
# provided by tzdata
|
||||
|
|
Loading…
Reference in a new issue