Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
db-move: moved gcc from [testing] to [core] (i686, x86_64)
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@299249 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
bpiotrowski authored and svntogit committed Jun 25, 2017
1 parent 8facfb5 commit 354f152
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 828 deletions.
14 changes: 7 additions & 7 deletions repos/core-i686/PKGBUILD
Expand Up @@ -8,8 +8,8 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
pkgver=7.1.1
_pkgver=${pkgver:0:1}
_islver=0.18
pkgrel=2
_commit=754d7e56674dda4bd2d40e310d2093c2df970780
pkgrel=3
_commit=81fc9125b24bba5f2761b7986ff4e3de14740291
pkgdesc="The GNU Compiler Collection"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
Expand Down Expand Up @@ -84,7 +84,7 @@ build() {
--enable-checking=release

make

# make documentation
make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
}
Expand All @@ -110,10 +110,10 @@ package_gcc-libs()
options=('!emptydirs' '!strip')

cd ${srcdir}/gcc-build

make -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
rm ${pkgdir}/${_libdir}/libgcc_eh.a

for lib in libatomic \
libcilkrts \
libgfortran \
Expand Down Expand Up @@ -165,7 +165,7 @@ package_gcc()

make -C $CHOST/libgcc DESTDIR=${pkgdir} install
rm ${pkgdir}/usr/lib/libgcc_s.so*

make -C $CHOST/libstdc++-v3/src DESTDIR=${pkgdir} install
make -C $CHOST/libstdc++-v3/include DESTDIR=${pkgdir} install
make -C $CHOST/libstdc++-v3/libsupc++ DESTDIR=${pkgdir} install
Expand All @@ -179,7 +179,7 @@ package_gcc()

make DESTDIR=${pkgdir} install-fixincludes
make -C gcc DESTDIR=${pkgdir} install-mkheaders

make -C lto-plugin DESTDIR=${pkgdir} install
install -dm755 ${pkgdir}/usr/lib/bfd-plugins/
ln -s /usr/lib/gcc/$CHOST/${pkgver}/liblto_plugin.so \
Expand Down
14 changes: 7 additions & 7 deletions repos/core-x86_64/PKGBUILD
Expand Up @@ -8,8 +8,8 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
pkgver=7.1.1
_pkgver=${pkgver:0:1}
_islver=0.18
pkgrel=2
_commit=754d7e56674dda4bd2d40e310d2093c2df970780
pkgrel=3
_commit=81fc9125b24bba5f2761b7986ff4e3de14740291
pkgdesc="The GNU Compiler Collection"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
Expand Down Expand Up @@ -84,7 +84,7 @@ build() {
--enable-checking=release

make

# make documentation
make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
}
Expand All @@ -110,10 +110,10 @@ package_gcc-libs()
options=('!emptydirs' '!strip')

cd ${srcdir}/gcc-build

make -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
rm ${pkgdir}/${_libdir}/libgcc_eh.a

for lib in libatomic \
libcilkrts \
libgfortran \
Expand Down Expand Up @@ -165,7 +165,7 @@ package_gcc()

make -C $CHOST/libgcc DESTDIR=${pkgdir} install
rm ${pkgdir}/usr/lib/libgcc_s.so*

make -C $CHOST/libstdc++-v3/src DESTDIR=${pkgdir} install
make -C $CHOST/libstdc++-v3/include DESTDIR=${pkgdir} install
make -C $CHOST/libstdc++-v3/libsupc++ DESTDIR=${pkgdir} install
Expand All @@ -179,7 +179,7 @@ package_gcc()

make DESTDIR=${pkgdir} install-fixincludes
make -C gcc DESTDIR=${pkgdir} install-mkheaders

make -C lto-plugin DESTDIR=${pkgdir} install
install -dm755 ${pkgdir}/usr/lib/bfd-plugins/
ln -s /usr/lib/gcc/$CHOST/${pkgver}/liblto_plugin.so \
Expand Down

0 comments on commit 354f152

Please sign in to comment.