]> Git Repo - binutils.git/blobdiff - build-all.mk
configure: Accept and ignore --cache*, for compat w/autoconf 2.
[binutils.git] / build-all.mk
index 317c2c76303ccdd1a4d3a363ebc27b5846c999d9..2235c3c696a291a0628ca760940958b1cf1b854d 100644 (file)
@@ -37,7 +37,7 @@
 TREE   = devo
 include $(TREE)/release-info
 
 TREE   = devo
 include $(TREE)/release-info
 
-TEST_INSTALL_DISK = /galt
+TEST_INSTALL_DISK = /abc
 
 INSTALLDIR = $(TEST_INSTALL_DISK)/$(TREE)-test/$(RELEASE_TAG)
 
 
 INSTALLDIR = $(TEST_INSTALL_DISK)/$(TREE)-test/$(RELEASE_TAG)
 
@@ -179,8 +179,8 @@ endif
 ifeq ($(canonhost),hppa1.1-hp-hpux)
 TARGETS = \
        $(NATIVE) \
 ifeq ($(canonhost),hppa1.1-hp-hpux)
 TARGETS = \
        $(NATIVE) \
-       i960-vxworks \
-       m68k-aout       m68k-vxworks
+       i960-vxworks    m68k-aout \
+       m68k-coff       m68k-vxworks
 CC = cc -Wp,-H256000
 #CFLAGS = +Obb2000
 CFLAGS = -g
 CC = cc -Wp,-H256000
 #CFLAGS = +Obb2000
 CFLAGS = -g
@@ -217,21 +217,21 @@ endif
 
 ifeq ($(canonhost),i386-lynx)
 TARGETS = $(NATIVE)
 
 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)
 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)
 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
 all: all-cygnus
 SHELL=/bin/bash
 endif
This page took 0.022667 seconds and 4 git commands to generate.