From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 813 invoked by alias); 23 Mar 2005 18:54:44 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 727 invoked from network); 23 Mar 2005 18:54:35 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 23 Mar 2005 18:54:35 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j2NIsZPK007639 for ; Wed, 23 Mar 2005 13:54:35 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2NIsZO24057 for ; Wed, 23 Mar 2005 13:54:35 -0500 Received: from vpn50-9.rdu.redhat.com (vpn50-9.rdu.redhat.com [172.16.50.9]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j2NIsYdi021740 for ; Wed, 23 Mar 2005 13:54:35 -0500 Subject: [rfa] remove -fwritable-strings from CFLAGS From: Martin Hunt To: gdb-patches@sources.redhat.com Content-Type: multipart/mixed; boundary="=-lf50cqLpEUGi0F/H61MC" Organization: Red Hat Inc. Date: Wed, 23 Mar 2005 18:54:00 -0000 Message-Id: <1111604069.5934.9.camel@tiger> Mime-Version: 1.0 X-SW-Source: 2005-03/txt/msg00288.txt.bz2 --=-lf50cqLpEUGi0F/H61MC Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 172 This only affects Insight. 2005-03-23 Martin Hunt * configure.ac: Remove -fwritable-strings from CFLAGS. * configure: Regenerate. --=-lf50cqLpEUGi0F/H61MC Content-Disposition: attachment; filename=patch Content-Type: text/x-patch; name=patch; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 596 Index: configure.ac =================================================================== RCS file: /cvs/src/src/gdb/configure.ac,v retrieving revision 1.15 diff -i -r1.15 configure.ac 1267,1275d1266 < # Tcl/Tk 8.1 require -fwritable strings. I don't < # know whether 8.2 will or not, but I bet it will. < # I don't have to worry about 7.x since we don't support it. < GDBTK_CFLAGS="" < if test "$GCC" = "yes"; then < if test "$TCL_VERSION" != "8.0" ; then < GDBTK_CFLAGS="-fwritable-strings" < fi < fi --=-lf50cqLpEUGi0F/H61MC--