From f1bf3ec3b8052d10da71cd2d82be99ef72017044 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Fri, 16 Mar 2001 13:26:27 +0000 Subject: Finally get the avr-gcc port really compile on the alpha architecture, by forcing the CFLAGS to -O -pipe. Somehow, the alpha build always tries to enforce a particular -mcpu=ev4 flag which of course cannot be understood by the (AVR) xgcc later on. This looks to me like a bug in the cross-compilation environment of gcc, but i'm tired of actually finding the bug. The compiled result of avr-gcc MD5 compares equal to something build from an IA32 host platform. --- devel/avr-gcc-3/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/avr-gcc-3') diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile index 29656d92a37c..2fed433ac19c 100644 --- a/devel/avr-gcc-3/Makefile +++ b/devel/avr-gcc-3/Makefile @@ -34,6 +34,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr +CONFIGURE_ENV= CFLAGS="-O -pipe" MAKE_FLAGS= LANGUAGES="c" -- cgit v1.2.3