From owner-cvs-ports@FreeBSD.ORG Wed Jul 7 11:29:24 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0336016A4CE; Wed, 7 Jul 2004 11:29:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED12C43D55; Wed, 7 Jul 2004 11:29:23 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i67BTNrB062848; Wed, 7 Jul 2004 11:29:23 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i67BTNit062847; Wed, 7 Jul 2004 11:29:23 GMT (envelope-from joerg) Message-Id: <200407071129.i67BTNit062847@repoman.freebsd.org> From: Joerg Wunsch Date: Wed, 7 Jul 2004 11:29:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/avr-gcc Makefile distinfo pkg-descr pkg-plist ports/devel/avr-gcc/files patch-binary-constants patch-dwarfdebug X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 11:29:24 -0000 joerg 2004-07-07 11:29:23 UTC FreeBSD ports repository Modified files: devel/avr-gcc Makefile distinfo pkg-descr pkg-plist Added files: devel/avr-gcc/files patch-binary-constants patch-dwarfdebug Log: Upgrade AVR-GCC to GCC 3.4.1. Also included is a local hack to allow for 0bXXX binary constants, since this appears to be a frequently requested item in the AVR developers community. The GCC configuration is tuned to allow for both, -gstabs [the default if only -g is given], and -gdwarf-2 debugging options. ELF/DWARF-2 is the emerging format as promoted by Atmel, and is intented to be directly usable in their AVR Studio simulator in future. Eventually, AVR-GDB will fully support DWARF-2 debugging as well some day. Revision Changes Path 1.34 +1 -1 ports/devel/avr-gcc/Makefile 1.17 +6 -6 ports/devel/avr-gcc/distinfo 1.1 +83 -0 ports/devel/avr-gcc/files/patch-binary-constants (new) 1.1 +8 -0 ports/devel/avr-gcc/files/patch-dwarfdebug (new) 1.4 +7 -1 ports/devel/avr-gcc/pkg-descr 1.18 +50 -50 ports/devel/avr-gcc/pkg-plist