diff options
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/ChangeLog | 13 | ||||
-rw-r--r-- | config/mh-linux | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 9343f51..cb8ced1 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -40,7 +40,6 @@ mh-hpux8 mh-irix4 mh-irix5 mh-irix6 -mh-linux mh-lynxos mh-lynxrs6k mh-m68kpic diff --git a/config/ChangeLog b/config/ChangeLog index 7e8fff1..3adb99b 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,15 @@ +Tue Dec 31 16:04:26 1996 Ian Lance Taylor <ian@cygnus.com> + + * mh-linux: Remove. + +Mon Nov 11 10:29:51 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * mt-ppc: Delete file, options moved to newlib configure. + +Fri Oct 4 12:21:03 1996 Angela Marie Thomas (angela@cygnus.com) + + * mh-dgux386: New file. x86 dgux specific flags + Mon Sep 30 15:10:07 1996 Stan Shebs <shebs@andros.cygnus.com> * mpw-mh-mpw (EXTRALIBS_PPC_XCOFF): New, was EXTRALIBS_PPC. @@ -36,7 +48,6 @@ Fri Jul 5 11:49:02 1996 Ian Lance Taylor <ian@cygnus.com> Sun Jun 23 22:59:25 1996 Geoffrey Noer <noer@cygnus.com> * mh-cygwin32: new file. Like mh-go32 without the CFLAGS entry. - * .Sanitize: listed new file Tue Mar 26 14:10:41 1996 Ian Lance Taylor <ian@cygnus.com> diff --git a/config/mh-linux b/config/mh-linux deleted file mode 100644 index 0fb3a05..0000000 --- a/config/mh-linux +++ /dev/null @@ -1,2 +0,0 @@ -# This is the Makefile fragment used when running on a Linux host. -# It does not have to do anything at present. |