diff options
author | Jeff Law <law@redhat.com> | 1998-11-11 05:47:47 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-11-11 05:47:47 +0000 |
commit | 1e490350fff9619fd30dbea910412308eb7c8661 (patch) | |
tree | 7a2feb269e9e69c21c59fd25f58ae460bc64cf9e /config | |
parent | 10b2757be5c6b726a2e8b00d8eed80b9bca95369 (diff) | |
download | gdb-1e490350fff9619fd30dbea910412308eb7c8661.zip gdb-1e490350fff9619fd30dbea910412308eb7c8661.tar.gz gdb-1e490350fff9619fd30dbea910412308eb7c8661.tar.bz2 |
dummy commit before egcs merge
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 32 | ||||
-rw-r--r-- | config/mh-cygwin | 9 |
2 files changed, 41 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index d1178fb..dd24901 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,35 @@ +Mon Nov 2 15:15:33 1998 Geoffrey Noer <noer@cygnus.com> + + * mh-cygwin32: delete + * mh-cygwin: was mh-cygwin32 + +1998-10-26 Syd Polk <spolk@cygnus.com> + + * acinclude.m4: TCLHDIR and TKHDIR need to be run through + cygpath for Microsoft builds. + +1998-10-20 Syd Polk <spolk@cygnus.com> + + * acinclude.m4: Re-exported TCL_LIBS and TCL_LD_SEARCH_FLAGS + because itcl needs them. + +Mon Aug 31 17:50:53 1998 David Edelsohn <edelsohn@mhpcc.edu> + + * mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well. + +Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu> + + * mh-aix43: New file. + +Mon Aug 10 00:15:47 1998 HJ Lu (hjl@gnu.org) + + * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE. + +start-sanitize-tmgr +1998-07-29 Rob Savoye <rob@chinadoll.cygnus.com> + + * .Sanitize: Add acinclude.m4 to Things-To-Lose. +end-sanitize-tmgr start-sanitize-sky Mon Jul 27 16:23:04 1998 Doug Evans <devans@canuck.cygnus.com> diff --git a/config/mh-cygwin b/config/mh-cygwin new file mode 100644 index 0000000..29f1656 --- /dev/null +++ b/config/mh-cygwin @@ -0,0 +1,9 @@ +# We don't want debugging info in Win32-hosted toolchains. +# Accomplish this by overriding CFLAGS. +CFLAGS=-O2 +CXXFLAGS=-O2 + +# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be +# built without debugging information + +LIBGCC2_DEBUG_CFLAGS= |