summaryrefslogtreecommitdiff
path: root/cross/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2015-10-11 01:16:29 +0000
committerryoon <ryoon>2015-10-11 01:16:29 +0000
commita65cebad65e10bcac29da804e50bc377af25519d (patch)
tree87b7683cecb3c724b9e5efbff19f013701b319f7 /cross/Makefile
parent3cbd1dd8a9753760f43ad775efd12527a3a4ab27 (diff)
downloadpkgsrc-a65cebad65e10bcac29da804e50bc377af25519d.tar.gz
Add arm-none-eabi-*
Diffstat (limited to 'cross/Makefile')
-rw-r--r--cross/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile
index 6ca5548cf7a..fcfa422e4e4 100644
--- a/cross/Makefile
+++ b/cross/Makefile
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.62 2015/10/11 01:11:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2015/10/11 01:16:29 ryoon Exp $
#
COMMENT= Cross-platform development utilities
SUBDIR+= GenFw
SUBDIR+= atasm
+SUBDIR+= arm-none-eabi-binutils
+SUBDIR+= arm-none-eabi-gcc5
+SUBDIR+= arm-none-eabi-gdb
SUBDIR+= avr-binutils
SUBDIR+= avr-gcc
SUBDIR+= avr-gdb