Date: Thu, 28 Sep 2006 21:44:52 +0000 (UTC) From: Joerg Wunsch <joerg@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avr-gcc-devel Makefile ports/devel/avr-gcc-devel/files patch-dwarf patch-zz-atmega256x Message-ID: <200609282144.k8SLiqkr058640@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2006-09-28 21:44:52 UTC FreeBSD ports repository Modified files: devel/avr-gcc-devel Makefile devel/avr-gcc-devel/files patch-dwarf patch-zz-atmega256x Log: Fix the COMMENT to tell this is GCC 4.x rather than 3.x. Pointed out by Simon Barner. Revert the default debugging format to stabs but offer DWARF-2 as an option (rather than being the default). AVR-GDB currently understands stabs much better than DWARF-2. Fix a bug in patch-zz-atmega256x that caused -fcall-prologues to generate faulty code. This affected libgcc.a as it uses this option. This bug has been originally found and fixed by Wang Guohui but I missed his fix when adding the patch here. Revision Changes Path 1.9 +3 -2 ports/devel/avr-gcc-devel/Makefile 1.2 +2 -1 ports/devel/avr-gcc-devel/files/patch-dwarf 1.2 +1 -1 ports/devel/avr-gcc-devel/files/patch-zz-atmega256x
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609282144.k8SLiqkr058640>