The point of these changes is to avoid reading the frame pointer
[deliverable/binutils-gdb.git] / build-all.mk
index 22f61f84f170c048c2caa1e1c5e69a1c5a1b02e7..2235c3c696a291a0628ca760940958b1cf1b854d 100644 (file)
@@ -37,7 +37,7 @@
 TREE   = devo
 include $(TREE)/release-info
 
-TEST_INSTALL_DISK = /galt
+TEST_INSTALL_DISK = /abc
 
 INSTALLDIR = $(TEST_INSTALL_DISK)/$(TREE)-test/$(RELEASE_TAG)
 
@@ -179,8 +179,8 @@ endif
 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
@@ -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
@@ -276,8 +276,7 @@ all-cygnus:
 #       to help developers test, but should be commented out for final
 #       progressive build.
 #
-#       -rm -f $(ROOTING)/progressive-beta && ln -s $(RELEASE_TAG) $(ROOTING)/progres
-sive-beta
+#       -rm -f $(ROOTING)/progressive-beta && ln -s $(RELEASE_TAG) $(ROOTING)/progresssive
        @for i in $(TARGETS) ; do \
          if [ "$$i" = "native" ] ; then \
             if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \
This page took 0.024323 seconds and 4 git commands to generate.