summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b45b431e31b..392eaccd26f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ti-cgt-arm
url = http://www.ti.com/tool/ARM-CGT
arch = x86_64
license = custom
+ makedepends = lib32-glibc
optdepends = ccstudio
options = !strip
options = libtool
diff --git a/PKGBUILD b/PKGBUILD
index 7334809954e0..3b690b0b4ef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,9 @@ arch=('x86_64')
url="http://www.ti.com/tool/ARM-CGT"
license=('custom')
+# lib32-glibc needed for the installer
+makedepends=('lib32-glibc')
+
optdepends=('ccstudio')
_installer="ti_cgt_tms470_${pkgver}_linux_installer_x86.bin"