diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2017-09-01 20:57:22 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2017-09-01 20:57:22 +0000 |
commit | 5ec1103fd7809012131ea7089117cfd9b9dfd051 (patch) | |
tree | 6185f396cabb829e848d782bf1bab2cd754c7029 /cross | |
parent | c7804aa78f91e56314087bbbadf34e041a758869 (diff) | |
download | pkgsrc-5ec1103fd7809012131ea7089117cfd9b9dfd051.tar.gz |
+ aarch64-none-elf-binutils
+ aarch64-none-elf-gcc
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 14f15761d41..65ea71a623b 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.70 2017/07/03 17:33:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.71 2017/09/01 20:57:22 jmcneill Exp $ # COMMENT= Cross-platform development utilities SUBDIR+= GenFw +SUBDIR+= aarch64-none-elf-binutils +SUBDIR+= aarch64-none-elf-gcc SUBDIR+= arm-none-eabi-binutils SUBDIR+= arm-none-eabi-gcc SUBDIR+= arm-none-eabi-gdb |