* mh-hp300: Don't define CFLAGS to empty. Why should hp300 be
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 20 Oct 1993 03:58:18 +0000 (03:58 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 20 Oct 1993 03:58:18 +0000 (03:58 +0000)
different from anything else?  ("gdb doesn't understand the native
debug format" isn't a good enough answer because we might be using
gcc).

config/ChangeLog [new file with mode: 0644]
config/mh-hp300

diff --git a/config/ChangeLog b/config/ChangeLog
new file mode 100644 (file)
index 0000000..606567c
--- /dev/null
@@ -0,0 +1,74 @@
+Tue Oct 19 18:58:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * mh-hp300: Don't define CFLAGS to empty.  Why should hp300 be
+       different from anything else?  ("gdb doesn't understand the native
+       debug format" isn't a good enough answer because we might be using
+       gcc).
+
+Tue Oct  5 12:17:40 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * mh-alphaosf: Remove, no longer necessary now that gdb knows
+       how to handle OSF/1 shared libraries.
+
+Tue Jul  6 11:27:33 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
+
+       * mh-alphaosf: New file.
+
+Thu Jul  1 15:49:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * mh-riscos: New file.
+
+Mon Jun 14 12:03:18 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
+
+       * mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
+       mh-ncr3000, mh-solaris, mh-sysv, mh-sysv4: remove INSTALL=cp line,
+       now that we're using install.sh globally
+
+Fri Jun  4 16:09:34 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mh-sysv4 (INSTALL): Use cp, not /usr/ucb/install.
+
+Thu Apr  8 11:21:52 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mt-a29k, mt-ebmon29k, mt-os68k, mt-ose68000, mt-ose68k,
+       mt-vxworks68, mt-vxworks960: Removed obsolete, unused target
+       Makefile fragment files.
+
+Mon Mar  8 15:05:25 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * mh-aix386: New file; old mh-aix, plus no-op RANLIB.
+
+Thu Oct  1 13:50:48 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * mh-solaris: INSTALL is NOT /usr/ucb/install
+
+Mon Aug 24 14:25:35 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mt-ose68000, mt-ose68k: renamed from mt-OSE*.
+
+Tue Jul 21 02:11:01 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
+
+       * mt-OSE68k, mt-680000: new configs.
+
+Thu Jul 16 17:12:09 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
+
+       * mh-irix4: merged changes from progressive.
+
+Tue Jun  9 23:29:38 1992  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * Everywhere: Change RANLIB=echo>/dev/null (which confuses
+       some shells - and I don't blame them) to RANLIB=true.
+       * mh-solaris:  Use /usr/ucb/install for INSTALL.
+
+Sun May 31 14:45:23 1992  Mark Eichin  (eichin at cygnus.com)
+
+       * mh-solaris2: Add new configuration for Solaris 2 (sysv, no ranlib)
+
+Fri Apr 10 23:10:08 1992  Fred Fish  (fnf@cygnus.com)
+
+       * mh-ncr3000:  Add new configuration for NCR 3000.
+
+Tue Dec 10 00:10:55 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * ChangeLog: fresh changelog.
+
index 79b5a1ec7fa553abca548a3658fc6bc25db63fbb..364dd345341c3101ca519a3b084bc3372df4bd6f 100644 (file)
@@ -1,7 +1,6 @@
 # Define SYSV as -DSYSV if you are using a System V operating system.
 SYSV = -DSYSV
 RANLIB = true
-CFLAGS = 
 
 # X11 
 X11_INCLUDE_FLAGS = -I/usr/include/X11R5
This page took 0.027036 seconds and 4 git commands to generate.