[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed Jan 7 18:12:00 UTC 2015


    Date: Wednesday, January 7, 2015 @ 19:12:00
  Author: anatolik
Revision: 125569

Move newlib dependency to optdepends

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-07 18:04:47 UTC (rev 125568)
+++ PKGBUILD	2015-01-07 18:12:00 UTC (rev 125569)
@@ -12,8 +12,9 @@
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
 license=(GPL LGPL FDL)
-depends=($_target-binutils $_target-newlib  zlib libmpc)
-makedepends=(gmp mpfr)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded systems')
 options=(!emptydirs !strip)
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
         ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2



More information about the arch-commits mailing list