From owner-cvs-all@FreeBSD.ORG Fri May 7 04:54:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E7616A4CE; Fri, 7 May 2004 04:54:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3E543D39; Fri, 7 May 2004 04:54:56 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47BsuGe010938; Fri, 7 May 2004 04:54:56 -0700 (PDT) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47Bsun8010937; Fri, 7 May 2004 04:54:56 -0700 (PDT) (envelope-from netchild) Message-Id: <200405071154.i47Bsun8010937@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 7 May 2004 04:54:56 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/icc Makefile ports/lang/icc/files ld.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2004 11:54:56 -0000 netchild 2004/05/07 04:54:56 PDT FreeBSD ports repository Modified files: lang/icc Makefile lang/icc/files ld.c Log: icc 8.0.066 now adds "-m elf_i386" in some circumstances. Remove this part of the command line in the ld wrapper. Noticed by: Morten Rodal Revision Changes Path 1.68 +1 -0 ports/lang/icc/Makefile 1.11 +4 -2 ports/lang/icc/files/ld.c