diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-10-19 12:49:48 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-10-19 12:49:48 +0000 |
commit | d150e16afdedfb0bddf3e394247f0402d3e0878e (patch) | |
tree | 5c6efc5fab6ff2da44d847433f2a3a121ae1a17d /cross/Makefile | |
parent | a71226ae86a81e7b25a2c2e734f7617fd8a27c9c (diff) | |
download | pkgsrc-d150e16afdedfb0bddf3e394247f0402d3e0878e.tar.gz |
Recycle the entry for arm-none-eabi-gcc
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index cd812ab4c00..a7d1dfc8097 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.67 2016/10/19 12:41:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.68 2016/10/19 12:49:48 ryoon Exp $ # COMMENT= Cross-platform development utilities SUBDIR+= GenFw SUBDIR+= arm-none-eabi-binutils -SUBDIR+= arm-none-eabi-gcc5 +SUBDIR+= arm-none-eabi-gcc SUBDIR+= arm-none-eabi-gdb SUBDIR+= atasm SUBDIR+= avr-binutils |