mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/gcc updates
This commit is contained in:
parent
0926315492
commit
e76c9e0735
1 changed files with 2 additions and 6 deletions
|
@ -33,7 +33,7 @@ source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
|
|||
pr65882.patch
|
||||
pr66035.patch
|
||||
0001-ARMv5-disable-LDRD-STRD.patch)
|
||||
md5sums=('8acc1b53380be0dd56e67990ba1fc06e'
|
||||
md5sums=('84f261b2f23e154ec6d9bd4149851a21'
|
||||
'118d1a379abf7606a3334c98a8411c79'
|
||||
'9a9cc98e916fd37c7b3dad50f29d2f48'
|
||||
'5b980076cd5fcbc3aff6014f306282dd'
|
||||
|
@ -91,7 +91,7 @@ build() {
|
|||
--mandir=/usr/share/man --infodir=/usr/share/info \
|
||||
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
||||
--enable-languages=c,c++,fortran,go,lto,objc,obj-c++ \
|
||||
--enable-shared --enable-threads=posix --enable-libmpx \
|
||||
--enable-shared --enable-threads=posix \
|
||||
--with-system-zlib --with-isl --enable-__cxa_atexit \
|
||||
--disable-libunwind-exceptions --enable-clocale=gnu \
|
||||
--disable-libstdcxx-pch --disable-libssp \
|
||||
|
@ -147,9 +147,6 @@ package_gcc-libs()
|
|||
|
||||
make -C $CHOST/libstdc++-v3/po DESTDIR=${pkgdir} install
|
||||
|
||||
make -C $CHOST/libmpx DESTDIR=${pkgdir} install
|
||||
rm ${pkgdir}/usr/lib/libmpx.spec
|
||||
|
||||
for lib in libgomp \
|
||||
libitm \
|
||||
libquadmath; do
|
||||
|
@ -203,7 +200,6 @@ package_gcc()
|
|||
install-nodist_libsubincludeHEADERS
|
||||
make -C $CHOST/libitm DESTDIR=${pkgdir} install-nodist_toolexeclibHEADERS
|
||||
make -C $CHOST/libquadmath DESTDIR=${pkgdir} install-nodist_libsubincludeHEADERS
|
||||
make -C $CHOST/libmpx DESTDIR=${pkgdir} install-nodist_toolexeclibHEADERS
|
||||
|
||||
make -C libiberty DESTDIR=${pkgdir} install
|
||||
# install PIC version of libiberty
|
||||
|
|
Loading…
Reference in a new issue