From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16748 invoked by alias); 16 Oct 2003 10:14:58 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 16739 invoked from network); 16 Oct 2003 10:14:57 -0000 Received: from unknown (HELO mail1.tpgi.com.au) (203.12.160.57) by sources.redhat.com with SMTP; 16 Oct 2003 10:14:57 -0000 Received: from tpgi.com.au (203-219-243-108-per-pow-ts2-2600.tpgi.com.au [203.219.243.108]) by mail1.tpgi.com.au (8.11.6/8.11.6) with ESMTP id h9GAEsT12018 for ; Thu, 16 Oct 2003 20:14:54 +1000 Message-ID: <3F8E6F9F.7000308@tpgi.com.au> Date: Thu, 16 Oct 2003 13:54:00 -0000 From: Jonathan Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925 X-Accept-Language: en-au MIME-Version: 1.0 To: gcc Subject: where is a good place to add target-speicifc initalization code? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00649.txt.bz2 Basicly, I want to add code that says "if target = mingw32, ix86_tls_dialect = TLS_DIALECT_WIN" Where should I add this and what is the "approved" way to identify that its mingw32?