Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 07:34:15 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326362 - in head/devel: . avr-gcc-3
Message-ID:  <201309050734.r857YFLm020618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joerg
Date: Thu Sep  5 07:34:14 2013
New Revision: 326362
URL: http://svnweb.freebsd.org/changeset/ports/326362

Log:
  GCC 3.x has passed its useful lifetime.
  
  The original reason for establishing the port was poorer optimization
  for the AVR backend in GCC 4.x in some cases.  This reason no longer
  exists.
  
  As GCC 3.x causes tons of build warnings with clang now, just drop it.

Deleted:
  head/devel/avr-gcc-3/
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Sep  5 07:29:05 2013	(r326361)
+++ head/devel/Makefile	Thu Sep  5 07:34:14 2013	(r326362)
@@ -104,7 +104,6 @@
     SUBDIR += avltree
     SUBDIR += avr-binutils
     SUBDIR += avr-gcc
-    SUBDIR += avr-gcc-3
     SUBDIR += avr-gdb
     SUBDIR += avr-libc
     SUBDIR += avra



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050734.r857YFLm020618>