From owner-freebsd-arch@FreeBSD.ORG Mon Sep 20 01:51:01 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 518D61065672; Mon, 20 Sep 2010 01:51:01 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 270158FC08; Mon, 20 Sep 2010 01:51:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8K1oxJ8005649; Mon, 20 Sep 2010 01:50:59 GMT (envelope-from davidxu@freebsd.org) Message-ID: <4C972E83.7090603@freebsd.org> Date: Mon, 20 Sep 2010 09:50:59 +0000 From: David Xu User-Agent: Thunderbird 2.0.0.24 (X11/20100630) MIME-Version: 1.0 To: freebsd-arch@freebsd.org References: 20030622200641.D56263@gamplex.bde.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: David Schultz , Marcel Moolenaar Subject: Per-source CFLAGS again X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 01:51:01 -0000 I found a topic about per-source CFLAGS, http://lists.freebsd.org/pipermail/freebsd-arch/2003-June/000906.html and it seems the patch was never committed, why ? I feel it is useful because I want to compile those files which have cancellation points with compiler flag -fexceptions, for example, POSIX semaphore cancellation point in libc must be compiled with -fexceptions to support stack unwinding. Regards, David Xu