diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-10-11 01:16:29 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-10-11 01:16:29 +0000 |
commit | 59399912290884e7b09620323b59e515406b9836 (patch) | |
tree | 87b7683cecb3c724b9e5efbff19f013701b319f7 /cross | |
parent | 9b9e164b04ca4b2258434140c58e1df3a3d4f5c4 (diff) | |
download | pkgsrc-59399912290884e7b09620323b59e515406b9836.tar.gz |
Add arm-none-eabi-*
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 5 |
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 |