aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--bfd/ChangeLog6
-rw-r--r--build-all.mk6
3 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f95ba83..f45fe2d 100644
--- 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
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index aeeb5a6..f8a8f9f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/build-all.mk b/build-all.mk
index 79653d5..2235c3c 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -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