* gdb.texinfo (help targets): Changed to `help target', which
[deliverable/binutils-gdb.git] / build-all.mk
index 66570be9e678f263c75412671bf11a000d42b571..22f61f84f170c048c2caa1e1c5e69a1c5a1b02e7 100644 (file)
@@ -37,7 +37,7 @@
 TREE   = devo
 include $(TREE)/release-info
 
-TEST_INSTALL_DISK = /tug
+TEST_INSTALL_DISK = /galt
 
 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
@@ -95,10 +95,16 @@ ifeq ($(canonhost),i386-unknown-sysv4.2)
 canonhost := i386-sysv4.2
 endif
 ifeq ($(canonhost),i386-lynx-lynxos)
-canonhost := i386-lynxos
+canonhost := i386-lynx
 endif
 ifeq ($(canonhost),m68k-lynx-lynxos)
-canonhost := m68k-lynxos
+canonhost := m68k-lynx
+endif
+ifeq ($(canonhost),sparc-lynx-lynxos)
+canonhost := sparc-lynx
+endif
+ifeq ($(canonhost),rs6000-lynx-lynxos)
+canonhost := rs6000-lynx
 endif
 
 ifeq ($(canonhost),sparc-sun-sunos4.1.3)
@@ -108,23 +114,22 @@ TARGETS = $(NATIVE) \
        h8300-hms       \
        i386-aout       \
        i386-lynx       \
-       i386-netware    \
-       i960-vxworks    i960-intel-nindy \
-       mips-idt-ecoff  \
+       i960-vxworks    \
+       mips-idt-ecoff  mips64-elf      mips-elf \
        m68k-aout       m68k-vxworks    m68k-coff \
        m68k-lynx       \
        sh-hms          \
-       sparc-aout      sparc-vxworks   \
+       sparc-aout      sparc-lynx      sparc-vxworks   \
        sparclite-aout  sparclite-vxworks \
-       z8k-coff
-GCC = gcc -O -pipe
+       sparclite-coff  z8k-coff
+GCC = gcc -O2 -pipe
 all: all-cygnus
 endif
 
 ifeq ($(canonhost),m68k-sun-sunos4.1.1)
 TARGETS = $(NATIVE) \
-       m68k-aout       m68k-coff       i960-intel-nindy 
-GCC = gcc -O -msoft-float
+       m68k-coff 
+GCC = gcc -O2 -msoft-float
 CC = cc -J
 all: all-cygnus
 endif
@@ -132,14 +137,12 @@ endif
 ifeq ($(canonhost),sparc-sun-solaris2)
 TARGETS = $(NATIVE) \
        a29k-amd-udi \
-       i386-aout \
-       i960-vxworks    i960-intel-nindy \
+       i960-vxworks \
        m68k-aout       m68k-coff       m68k-vxworks \
-       m88k-coff       \
-       mips-idt-ecoff  mipsel-idt-ecoff \
-       sparc-aout      sparc-vxworks   sparclite-aout
+       m88k-coff     \
+       mipsel-idt-ecoff sparc-lynx 
 CC = cc -Xs
-GCC = gcc -O -pipe
+GCC = gcc -O2 -pipe
 all: all-cygnus
 endif
 
@@ -151,15 +154,16 @@ endif
 
 ifeq ($(canonhost),mips-sgi-irix4)
 TARGETS        = $(NATIVE) \
-       mips-idt-ecoff  sh-hms
-CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500
+       mips-idt-ecoff  sh-hms \
+       mips64-elf
+CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000
 all: all-cygnus
 endif
 
 ifeq ($(canonhost),rs6000-ibm-aix)
 TARGETS        = $(NATIVE) \
-       i960-vxworks    i960-intel-nindy \
-       m68k-vxworks
+       i960-vxworks \
+       m68k-aout
 all: all-cygnus
 endif
 
@@ -177,10 +181,10 @@ TARGETS = \
        $(NATIVE) \
        i960-vxworks \
        m68k-aout       m68k-vxworks
-CC = cc 
+CC = cc -Wp,-H256000
 #CFLAGS = +Obb2000
 CFLAGS = -g
-all: all-native
+all: all-cygnus
 endif
 
 ifeq ($(canonhost),i386-sco3.2v4)
@@ -198,33 +202,46 @@ 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-cross
+all: all-dos
 endif
 
 ifeq ($(canonhost),i386-sysv4.2)
-TARGETS = $(NATIVE) 
+TARGETS = $(NATIVE) i386-netware
 CC = cc
 all: all-cygnus
 endif
 
-ifeq ($(canonhost),i386-lynxos)
+ifeq ($(canonhost),i386-lynx)
+TARGETS = $(NATIVE)
+CC = /bin/gcc
+all: all-cygnus
+SHELL=/bin/bash
+endif
+
+ifeq ($(canonhost),m68k-lynx)
 TARGETS = $(NATIVE)
 CC = /bin/gcc
 all: all-cygnus
 SHELL=/bin/bash
 endif
 
-ifeq ($(canonhost),m68k-lynxos)
+ifeq ($(canonhost),sparc-lynx)
 TARGETS = $(NATIVE)
 CC = /bin/gcc
 all: all-cygnus
 SHELL=/bin/bash
 endif
 
+ifeq ($(canonhost),rs6000-lynx)
+TARGETS = $(NATIVE)
+CC = /usr/cygnus/progressive/bin/gcc
+all: all-cygnus
+SHELL=/bin/bash
+endif
 
 FLAGS_TO_PASS := \
        "GCC=$(GCC)" \
@@ -254,6 +271,13 @@ 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)/progres
+sive-beta
        @for i in $(TARGETS) ; do \
          if [ "$$i" = "native" ] ; then \
             if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \
@@ -281,8 +305,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`
 
@@ -334,6 +358,15 @@ all-cross:
               echo "     completed successfully" ; \
        done
 
+do-dos:
+        $(MAKE) -f build-all.mk build=$(host) host=i386-go32 all-dos
+all-dos:
+        @for i in $(TARGETS) ; do \
+            echo "building $(canonhost) cross to $$i" ; \
+            $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) host=$(host) target=$$i do-dos $(cyglog) && \
+               echo "     completed successfully at `date`" ; \
+        done
+
 config:
        @for i in $(TARGETS) ; do \
          if [ "$$i" = "native" ] ; then \
This page took 0.025872 seconds and 4 git commands to generate.