From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30857 invoked by alias); 2 Sep 2009 03:25:55 -0000 Received: (qmail 30834 invoked by uid 22791); 2 Sep 2009 03:25:53 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout3.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Sep 2009 03:25:47 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KPB00400QLMX800@i_mtaout3.012.net.il> for gdb@sourceware.org; Wed, 02 Sep 2009 06:25:44 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.144.38]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KPB00391QUW3H01@i_mtaout3.012.net.il>; Wed, 02 Sep 2009 06:25:44 +0300 (IDT) Date: Wed, 02 Sep 2009 03:25:00 -0000 From: Eli Zaretskii Subject: Re: Build question In-reply-to: <1251835928.6106.124.camel@pavilion> To: danny.backx@scarlet.be Cc: tromey@redhat.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vdk281xb.fsf@gnu.org> References: <1250803105.11282.96.camel@pavilion> <83d46pgjkq.fsf@gnu.org> <1250877901.11282.116.camel@pavilion> <83ab1tgh9h.fsf@gnu.org> <1250880746.11282.128.camel@pavilion> <1250931899.11282.142.camel@pavilion> <83skfkfa4n.fsf@gnu.org> <1251095160.16357.352.camel@pavilion> <1251828295.6106.119.camel@pavilion> <83zl9e8nro.fsf@gnu.org> <1251835928.6106.124.camel@pavilion> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00010.txt.bz2 > From: Danny Backx > Cc: tromey@redhat.com, gdb@sourceware.org > Date: Tue, 01 Sep 2009 22:12:08 +0200 > > Should I then look into : > - changing HAVE_DOS_BASED_FILE_SYSTEM into a variable > - doing the same thing for FILENAME_PREFIX_LEN and FILENAME_CMPN HAVE_DOS_BASED_FILE_SYSTEM should be controllable by a variable, and should then automatically DTRT with FILENAME_PREFIX_LEN. As for FILENAME_CMPN, I don't think it's appropriate for Posix systems to compare file names case-insensitively, so if you need that as well, I think a separate variable is in order.