diff options
author | David Henkel-Wallace <gumby@cygnus> | 1994-08-03 13:45:11 +0000 |
---|---|---|
committer | David Henkel-Wallace <gumby@cygnus> | 1994-08-03 13:45:11 +0000 |
commit | 756b40d5207c089f6a5887bcc26b7306ad2a1d31 (patch) | |
tree | 4a3415f2845551109d08f6e0809df92ac96f8d52 /build-all.mk | |
parent | 356ff909bd4ce1845a883a26433426a526274fb7 (diff) | |
download | gdb-756b40d5207c089f6a5887bcc26b7306ad2a1d31.zip gdb-756b40d5207c089f6a5887bcc26b7306ad2a1d31.tar.gz gdb-756b40d5207c089f6a5887bcc26b7306ad2a1d31.tar.bz2 |
LynxOS changes
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |