This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[rfa] remove -fwritable-strings from CFLAGS


This only affects Insight.

2005-03-23  Martin Hunt  <hunt@redhat.com>

        * configure.ac: Remove -fwritable-strings from CFLAGS.
        * configure: Regenerate.




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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]