diff options
author | maya <maya@pkgsrc.org> | 2019-07-15 06:01:06 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-07-15 06:01:06 +0000 |
commit | d89081c51b2f5837e8481fc5902803c680703c97 (patch) | |
tree | d8e94213813538ea2256db40390deb476c8785fc /cross/Makefile | |
parent | cc30edafc893ba55b31b19a2b5eb997326795689 (diff) | |
download | pkgsrc-d89081c51b2f5837e8481fc5902803c680703c97.tar.gz |
Makefile: +or1k-none-elf-{gcc,binutils}
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index abed76f7a7f..5f587f122ae 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2019/03/24 12:03:48 tnn Exp $ +# $NetBSD: Makefile,v 1.84 2019/07/15 06:01:06 maya Exp $ # COMMENT= Cross-platform development utilities @@ -60,6 +60,8 @@ SUBDIR+= nios2-gcc SUBDIR+= nios2-gcc3 SUBDIR+= nios2-gcc41 SUBDIR+= objconv +SUBDIR+= or1k-none-elf-binutils +SUBDIR+= or1k-none-elf-gcc SUBDIR+= pdp11-aout-binutils SUBDIR+= pdp11-aout-gcc SUBDIR+= stlink |