Skip to content

Commit

Permalink
Didn't notice before that this port actually uses GNU autoconf... This
Browse files Browse the repository at this point in the history
should fix the port build on bento.

Still doesn't want to be built on the alpha arch, i'm not sure whether
i'll be able to fix that or whether i'll have to exclude it from the
alpha build.  In theory, since it's a cross-compiler already anyway, it
should be possible to build it on non-i386 platforms as well.
  • Loading branch information
Joerg Wunsch authored and Joerg Wunsch committed Mar 10, 2001
1 parent e76e22a commit 94dd586
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/avr-gcc-3/Makefile
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}
# the original master site still uses .gz.
#USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOCONF= yes
GNU_CONFIGURE= yes

CONFIGURE_ARGS= --target=avr
1 change: 1 addition & 0 deletions devel/avr-gcc/Makefile
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}
# the original master site still uses .gz.
#USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOCONF= yes
GNU_CONFIGURE= yes

CONFIGURE_ARGS= --target=avr

0 comments on commit 94dd586

Please sign in to comment.