The point of these changes is to avoid reading the frame pointer
[deliverable/binutils-gdb.git] / build-all.mk
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
This page took 0.023182 seconds and 4 git commands to generate.