From owner-cvs-ports@FreeBSD.ORG Tue Dec 1 11:36:59 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB447106566C; Tue, 1 Dec 2009 11:36:59 +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 C23008FC08; Tue, 1 Dec 2009 11:36:59 +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 nB1BaxHA026242; Tue, 1 Dec 2009 11:36:59 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB1BaxZx026241; Tue, 1 Dec 2009 11:36:59 GMT (envelope-from gerald) Message-Id: <200912011136.nB1BaxZx026241@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 1 Dec 2009 11:36:59 +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/gcc45 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Dec 2009 11:37:00 -0000 gerald 2009-12-01 11:36:59 UTC FreeBSD ports repository Modified files: lang/gcc45 Makefile Log: 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. On the way, sort CONFIGURE_ARGS. PR: 140995, 136607 Revision Changes Path 1.416 +9 -5 ports/lang/gcc45/Makefile