diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-10-15 04:38:54 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-10-15 04:38:54 +0000 |
commit | 23fc8cdca746896525fa4b781edfdeefe7c2450a (patch) | |
tree | ddb0dda967d10ce6f6e0b014d96c75cc7fcf567c /cross | |
parent | 9e535a95aa590d79d392e09c34faa30dddab9a24 (diff) | |
download | pkgsrc-23fc8cdca746896525fa4b781edfdeefe7c2450a.tar.gz |
Sort.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index fcfa422e4e4..096446d2d18 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.63 2015/10/11 01:16:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2015/10/15 04:38:54 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+= atasm SUBDIR+= avr-binutils SUBDIR+= avr-gcc SUBDIR+= avr-gdb |