e263287c61
This release incorporates most of the FreeBSD patches Mark aach64 as broken as the patchset needs to be updated
10 lines
223 B
Makefile
10 lines
223 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= GNU binutils for bare metal arm cross-development
|
|
PKGNAMEPREFIX= arm-none-eabi-
|
|
BUTARGET= arm-none-eabi
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../binutils
|
|
|
|
.include "${MASTERDIR}/Makefile"
|