mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/gcc fixes
This commit is contained in:
parent
549cd03c9e
commit
dc22b5ab4b
1 changed files with 1 additions and 4 deletions
|
@ -9,7 +9,6 @@
|
|||
# - removed gnat (ada stuff) from gcc packaging
|
||||
# - disabled make check, too much stress, kills plugs :(
|
||||
# - specifid build host, disabled distcc
|
||||
# - patch for v6h/v7h gnueabihf triplet
|
||||
# - replaced bugurl with our GitHub issue page
|
||||
|
||||
noautobuild=1
|
||||
|
@ -31,7 +30,6 @@ source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
|
|||
gcc-4.8-filename-output.patch
|
||||
gcc-4.8-lambda-ICE.patch)
|
||||
md5sums=('666ef08f87649f941bc5512e13a88fdc'
|
||||
'bd7330bd41845929f1e0efb3b7d0a060'
|
||||
'40cb437805e2f7a006aa0d0c3098ab0f'
|
||||
'6eb6e080dbf7bc6825f53a0aaa6c4ef9')
|
||||
|
||||
|
@ -64,7 +62,6 @@ prepare() {
|
|||
[[ $CARCH == "arm" ]] && CONFIGFLAG="--host=armv5tel-unknown-linux-gnueabi --build=armv5tel-unknown-linux-gnueabi"
|
||||
[[ $CARCH == "armv6h" ]] && CONFIGFLAG="--host=armv6l-unknown-linux-gnueabihf --build=armv6l-unknown-linux-gnueabihf --with-arch=armv6 --with-float=hard --with-fpu=vfp"
|
||||
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16"
|
||||
[[ $CARCH == "armv6h" || $CARCH == "armv7h" ]] && patch -p1 -i "${srcdir}/armhf-triplet-trunk.diff"
|
||||
|
||||
# installing libiberty headers is broken
|
||||
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56780#c6
|
||||
|
@ -195,7 +192,7 @@ package_gcc()
|
|||
|
||||
make -C gcc DESTDIR=${pkgdir} install-man install-info
|
||||
rm ${pkgdir}/usr/share/man/man1/{gccgo,gfortran}.1
|
||||
rm ${pkgdir}/usr/share/info/{gccgo,gfortran,gnat-style,gnat_rm,gnat_ugn}.info
|
||||
rm ${pkgdir}/usr/share/info/{gccgo,gfortran}.info
|
||||
|
||||
make -C libcpp DESTDIR=${pkgdir} install
|
||||
make -C gcc DESTDIR=${pkgdir} install-po
|
||||
|
|
Loading…
Reference in a new issue