aboutsummaryrefslogtreecommitdiffstats
path: root/arm-linux-gnueabi-toolchain/INSTALL.md
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2014-12-20 16:19:26 +0800
committerTing-Wei Lan <lantw44@gmail.com>2014-12-21 11:26:33 +0800
commitcfd2f965f93dc1bcfdeeb8c1fc733bed67b72540 (patch)
treed4ad87214fa350c91224844cdc7bea95ab7940cd /arm-linux-gnueabi-toolchain/INSTALL.md
parent35192335c02e9956f7c76adfec7e8d984102cad2 (diff)
downloadcopr-rpm-spec-cfd2f965f93dc1bcfdeeb8c1fc733bed67b72540.tar
copr-rpm-spec-cfd2f965f93dc1bcfdeeb8c1fc733bed67b72540.tar.gz
copr-rpm-spec-cfd2f965f93dc1bcfdeeb8c1fc733bed67b72540.tar.bz2
copr-rpm-spec-cfd2f965f93dc1bcfdeeb8c1fc733bed67b72540.tar.lz
copr-rpm-spec-cfd2f965f93dc1bcfdeeb8c1fc733bed67b72540.tar.xz
copr-rpm-spec-cfd2f965f93dc1bcfdeeb8c1fc733bed67b72540.tar.zst
copr-rpm-spec-cfd2f965f93dc1bcfdeeb8c1fc733bed67b72540.zip
arm-linux-gnueabi-toolchain: Binutils 2.24, GCC 4.9.2, GLIBC 2.20
Diffstat (limited to 'arm-linux-gnueabi-toolchain/INSTALL.md')
-rw-r--r--arm-linux-gnueabi-toolchain/INSTALL.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/arm-linux-gnueabi-toolchain/INSTALL.md b/arm-linux-gnueabi-toolchain/INSTALL.md
new file mode 100644
index 0000000..86a5619
--- /dev/null
+++ b/arm-linux-gnueabi-toolchain/INSTALL.md
@@ -0,0 +1,7 @@
+`yum install arm-linux-gnueabi-{binutils,gcc,glibc}`
+
+GDB is not included because `gdb` package provided by Fedora can also be used to
+debug GNU/Linux programs running on ARM.
+
+Although this repository may provide packages for several versions of Fedora and
+EPEL, only the latest stable version of Fedora (currently Fedora 21) is tested.