diff options
author | Martin Hunt <hunt@redhat.com> | 2005-03-23 19:17:42 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2005-03-23 19:17:42 +0000 |
commit | b3041f52a52b5576a8f86c75466e75316841f92a (patch) | |
tree | 167332377c2ed5c9e8b090b6d5587075e737c056 /gdb | |
parent | 4f0294461853a93adb9a8b1efe763a61271153c5 (diff) | |
download | binutils-b3041f52a52b5576a8f86c75466e75316841f92a.zip binutils-b3041f52a52b5576a8f86c75466e75316841f92a.tar.gz binutils-b3041f52a52b5576a8f86c75466e75316841f92a.tar.bz2 |
2005-03-23 Martin Hunt <hunt@redhat.com>
* configure.ac: Remove -fwritable-strings from CFLAGS.
* configure: Regenerate.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rwxr-xr-x | gdb/configure | 9 | ||||
-rw-r--r-- | gdb/configure.ac | 9 |
3 files changed, 5 insertions, 18 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a81f8b..920928f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2005-03-23 Martin Hunt <hunt@redhat.com> + + * configure.ac: Remove -fwritable-strings from CFLAGS. + * configure: Regenerate. + 2005-03-21 Michael Snyder <msnyder@redhat.com> * mn10300-prologue.c (fix_frame_pointer): Delete. diff --git a/gdb/configure b/gdb/configure index c30726e..49368cc 100755 --- a/gdb/configure +++ b/gdb/configure @@ -21059,15 +21059,6 @@ fi fi ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)" - # 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 # Include some libraries that Tcl and Tk want. TCL_LIBS='$(LIBGUI) $(ITCL) $(ITK) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)' diff --git a/gdb/configure.ac b/gdb/configure.ac index 3318c2c..1503a5d 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1264,15 +1264,6 @@ if test "${enable_gdbtk}" = "yes"; then fi ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)" - # 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 # Include some libraries that Tcl and Tk want. TCL_LIBS='$(LIBGUI) $(ITCL) $(ITK) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)' |