From owner-cvs-all Fri Mar 16 5:26:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4D1537B719; Fri, 16 Mar 2001 05:26:28 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2GDQSW29707; Fri, 16 Mar 2001 05:26:28 -0800 (PST) (envelope-from joerg) Message-Id: <200103161326.f2GDQSW29707@freefall.freebsd.org> From: Joerg Wunsch Date: Fri, 16 Mar 2001 05:26:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avr-gcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/03/16 05:26:28 PST Modified files: devel/avr-gcc Makefile Log: 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. Revision Changes Path 1.4 +2 -1 ports/devel/avr-gcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message