From owner-cvs-all@FreeBSD.ORG Fri Feb 19 14:51:55 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6A34106566C; Fri, 19 Feb 2010 14:51:55 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 976D88FC18; Fri, 19 Feb 2010 14:51:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1JEptUv011624; Fri, 19 Feb 2010 14:51:55 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1JEptu8011623; Fri, 19 Feb 2010 14:51:55 GMT (envelope-from gerald) Message-Id: <201002191451.o1JEptu8011623@repoman.freebsd.org> From: Gerald Pfeifer Date: Fri, 19 Feb 2010 14:51:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc44 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 14:51:55 -0000 gerald 2010-02-19 14:51:55 UTC FreeBSD ports repository Modified files: lang/gcc44 Makefile distinfo Log: Update to the 20100216 snapshot of GCC 4.4.4. Use current GNU binutils from ports (devel/binutils) instead of the system tools. The latter are half a decade old and fail to properly support modern CPUs and their standard features such as SSE or AVX in the case of AMD64/Intel64 which means that they even break when using a simple -march=native. This helps address repeated user problems here and there, also by establishing a consistent base if, for example, the user has different flavors of as and ld in her path. On the way, sort CONFIGURE_ARGS. Feature safe: yes Revision Changes Path 1.422 +10 -6 ports/lang/gcc44/Makefile 1.299 +15 -15 ports/lang/gcc44/distinfo