LynxOS changes
authorDavid Henkel-Wallace <gumby@cygnus>
Wed, 3 Aug 1994 13:45:11 +0000 (13:45 +0000)
committerDavid Henkel-Wallace <gumby@cygnus>
Wed, 3 Aug 1994 13:45:11 +0000 (13:45 +0000)
ChangeLog
bfd/ChangeLog
build-all.mk

index f95ba8347111385dceafa7c64be100ebc89ff83a..f45fe2def84512d5846d0fff476f028ed5c42642 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
+
+       * change CC to /usr/latest/bin/gcc for lynx host builds, since
+       /bin/gcc isn't good enough to build gcc.
+
 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
 
        * Makefile.in (GDB_SUPPORT_FILES): Remove
index aeeb5a65896f5b76392b27970d5e21ceb6526aa1..f8a8f9feaa468ec9118e4a36f5dcf6706c542a0b 100644 (file)
@@ -1,3 +1,9 @@
+Wed Aug  3 05:08:24 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
+
+       * coffcode.h (coff_write_object_contents): set internal_a.magic to
+       LYNXCOFFMAGIC whenever 68k, SPARC or i386 LynxOS
+       (yes, they have the same magic number!)
+
 Tue Aug  2 10:43:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
 
        * hp300hpux.c (BMAGIC): Define as HPUX_DOT_O_MAGIC, to make test
index 79653d5de1c0a500ebcc271ff45ef1db3ca3aaac..2235c3c696a291a0628ca760940958b1cf1b854d 100644 (file)
@@ -217,21 +217,21 @@ endif
 
 ifeq ($(canonhost),i386-lynx)
 TARGETS = $(NATIVE)
-CC = /bin/gcc
+CC = /usr/cygnus/progressive/bin/gcc
 all: all-cygnus
 SHELL=/bin/bash
 endif
 
 ifeq ($(canonhost),m68k-lynx)
 TARGETS = $(NATIVE)
-CC = /bin/gcc
+CC = /usr/cygnus/progressive/bin/gcc
 all: all-cygnus
 SHELL=/bin/bash
 endif
 
 ifeq ($(canonhost),sparc-lynx)
 TARGETS = $(NATIVE)
-CC = /bin/gcc
+CC = /usr/cygnus/progressive/bin/gcc
 all: all-cygnus
 SHELL=/bin/bash
 endif