* mpw-make.in (ctor.c): Remove references.
[deliverable/binutils-gdb.git] / build-all.mk
index 5586cb1d07925d1b9cff480721d0f38157041c9f..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)
 
@@ -47,9 +47,9 @@ endif
 
 NATIVE  = native
 
-GCC     = gcc -O 
+GCC     = gcc -O2 
 CFLAGS  = -g
-CXXFLAGS = -g -O
+CXXFLAGS = -g -O2 -fexternal-templates
 MAKEINFOFLAGS =
 
 log    = 1>$(canonhost)-build-log 2>&1
@@ -100,7 +100,10 @@ endif
 ifeq ($(canonhost),m68k-lynx-lynxos)
 canonhost := m68k-lynx
 endif
-ifeq ($(canonhost),rs6000-lynx-lynxos2.2.2)
+ifeq ($(canonhost),sparc-lynx-lynxos)
+canonhost := sparc-lynx
+endif
+ifeq ($(canonhost),rs6000-lynx-lynxos)
 canonhost := rs6000-lynx
 endif
 
@@ -119,14 +122,14 @@ TARGETS = $(NATIVE) \
        sparc-aout      sparc-lynx      sparc-vxworks   \
        sparclite-aout  sparclite-vxworks \
        sparclite-coff  z8k-coff
-GCC = gcc -O -pipe
+GCC = gcc -O2 -pipe
 all: all-cygnus
 endif
 
 ifeq ($(canonhost),m68k-sun-sunos4.1.1)
 TARGETS = $(NATIVE) \
        m68k-coff 
-GCC = gcc -O -msoft-float
+GCC = gcc -O2 -msoft-float
 CC = cc -J
 all: all-cygnus
 endif
@@ -139,7 +142,7 @@ TARGETS = $(NATIVE) \
        m88k-coff     \
        mipsel-idt-ecoff sparc-lynx 
 CC = cc -Xs
-GCC = gcc -O -pipe
+GCC = gcc -O2 -pipe
 all: all-cygnus
 endif
 
@@ -176,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
@@ -199,9 +202,9 @@ TARGETS = \
        sh-hms          \
        sparclite-aout
 CC = i386-go32-gcc
-GCC = i386-go32-gcc -O
+GCC = i386-go32-gcc -O2
 CFLAGS =
-CXXFLAGS = -O
+CXXFLAGS = -O2
 MAKEINFOFLAGS = --no-split
 all: all-dos
 endif
@@ -214,28 +217,28 @@ 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
 
 ifeq ($(canonhost),rs6000-lynx)
 TARGETS = $(NATIVE)
-CC = /bin/gcc
+CC = /usr/cygnus/progressive/bin/gcc
 all: all-cygnus
 SHELL=/bin/bash
 endif
@@ -268,6 +271,12 @@ all-cygnus:
        @echo build started at `date`
        [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
        -rm -f $(ROOTING)/$(RELEASE_TAG) && ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG) 
+#
+#       The following line to be used during regular progressive builds
+#       to help developers test, but should be commented out for final
+#       progressive build.
+#
+#       -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 \
@@ -295,8 +304,8 @@ all-cygnus:
 native:
        @echo build started at `date`
        [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
-       rm -f $(ROOTING)/$(RELEASE_TAG)
-       ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG) 
+       -rm -f $(ROOTING)/$(RELEASE_TAG) && ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
+#      -rm -f $(ROOTING)/progressive-beta && ln -s $(RELEASE_TAG) $(ROOTING)/progressive-beta
        $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log)
        @echo done at `date`
 
This page took 0.025086 seconds and 4 git commands to generate.