From owner-cvs-all Sun Sep 22 6: 5:55 2002 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 3057437B401; Sun, 22 Sep 2002 06:05:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83A743E65; Sun, 22 Sep 2002 06:05:53 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MD5rCo077265; Sun, 22 Sep 2002 06:05:53 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MD5rP6077262; Sun, 22 Sep 2002 06:05:53 -0700 (PDT) Message-Id: <200209221305.g8MD5rP6077262@freefall.freebsd.org> From: Alexander Leidinger Date: Sun, 22 Sep 2002 06:05:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile ports/lang/icc/files assert_fail.c ld.c mcount.S patch-icc patch-icpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/22 06:05:52 PDT Modified files: lang/icc Makefile lang/icc/files ld.c patch-icc patch-icpc Added files: lang/icc/files assert_fail.c mcount.S Log: - link libc_pic.a when compiling with "-KPIC -static" - link libc_p.a/lib_c_r.a when compiling with "-pg -static" - fix unresolved symbols to make "-pg" and "-prof_gen" work Submitted by: marius@alchemy.franken.de Approved by: kris Revision Changes Path 1.20 +6 -4 ports/lang/icc/Makefile 1.1 +40 -0 ports/lang/icc/files/assert_fail.c (new) 1.3 +54 -13 ports/lang/icc/files/ld.c 1.1 +34 -0 ports/lang/icc/files/mcount.S (new) 1.4 +4 -1 ports/lang/icc/files/patch-icc 1.3 +4 -1 ports/lang/icc/files/patch-icpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message