+
+ * change CC to /usr/latest/bin/gcc for lynx host builds, since
+ /bin/gcc isn't good enough to build gcc.
+
* Makefile.in (GDB_SUPPORT_FILES): Remove
+
+ * 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!)
+
* hp300hpux.c (BMAGIC): Define as HPUX_DOT_O_MAGIC, to make test
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