diff options
author | wennmach <wennmach@pkgsrc.org> | 2003-07-16 20:15:36 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2003-07-16 20:15:36 +0000 |
commit | ba911f2ff9507e2ab57ab96870887bb30a13dada (patch) | |
tree | f70e2afe27a9f63f3aca225881586497b0d18b03 /cross | |
parent | 13e36f999ec47c863f595cdfda48b85b6e2b3c26 (diff) | |
download | pkgsrc-ba911f2ff9507e2ab57ab96870887bb30a13dada.tar.gz |
Add and enable avr-gcc.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index f035cb9d7f6..4df23450971 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2003/07/15 21:50:20 wennmach Exp $ +# $NetBSD: Makefile,v 1.32 2003/07/16 20:15:36 wennmach Exp $ # COMMENT= Cross-platform development utilities #SUBDIR+= COMMON # not a real package SUBDIR+= avr-binutils +SUBDIR+= avr-gcc SUBDIR+= bfd-crunchide SUBDIR+= bfd-mdsetimage SUBDIR+= binutils |