diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /devel/avr-binutils | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
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 66d1368..3ae344e 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 \ |