diff options
Diffstat (limited to 'devel/avr-binutils/Makefile')
-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 \ |