diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /devel/avr-binutils | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r-- | devel/avr-binutils/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 66d13681e6a5..3ae344e0213b 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -21,13 +21,10 @@ WRKSRC= ${WRKDIR}/binutils-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS= --target=avr +GNU_CONFIGURE= yes .if (${MACHINE_ARCH} == "amd64") MACHINE_ARCH= x86_64 .endif -USE_AUTOTOOLS= libtool:13:inc -LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ - gas/configure gprof/configure intl/configure ld/configure \ - libiberty/configure opcodes/configure MAN1= \ avr-addr2line.1 \ |