The point of these changes is to avoid reading the frame pointer
[deliverable/binutils-gdb.git] / build-all.mk
index 4f99380d01a837187906fd0cf27518c1120b28d5..2235c3c696a291a0628ca760940958b1cf1b854d 100644 (file)
@@ -37,7 +37,7 @@
 TREE   = devo
 include $(TREE)/release-info
 
-TEST_INSTALL_DISK = /tug
+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,6 +100,12 @@ endif
 ifeq ($(canonhost),m68k-lynx-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)
 TARGETS = $(NATIVE) \
@@ -109,21 +115,21 @@ TARGETS = $(NATIVE) \
        i386-aout       \
        i386-lynx       \
        i960-vxworks    \
-       mips-idt-ecoff  \
+       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 \
        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
@@ -134,10 +140,9 @@ TARGETS = $(NATIVE) \
        i960-vxworks \
        m68k-aout       m68k-coff       m68k-vxworks \
        m88k-coff     \
-       mipsel-idt-ecoff \
-       sparclite-aout
+       mipsel-idt-ecoff sparc-lynx 
 CC = cc -Xs
-GCC = gcc -O -pipe
+GCC = gcc -O2 -pipe
 all: all-cygnus
 endif
 
@@ -149,7 +154,8 @@ endif
 
 ifeq ($(canonhost),mips-sgi-irix4)
 TARGETS        = $(NATIVE) \
-       mips-idt-ecoff  sh-hms
+       mips-idt-ecoff  sh-hms \
+       mips64-elf
 CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000
 all: all-cygnus
 endif
@@ -173,12 +179,12 @@ endif
 ifeq ($(canonhost),hppa1.1-hp-hpux)
 TARGETS = \
        $(NATIVE) \
-       i960-vxworks \
-       m68k-aout       m68k-vxworks
-CC = cc 
+       i960-vxworks    m68k-aout \
+       m68k-coff       m68k-vxworks
+CC = cc -Wp,-H256000
 #CFLAGS = +Obb2000
 CFLAGS = -g
-all: all-native
+all: all-cygnus
 endif
 
 ifeq ($(canonhost),i386-sco3.2v4)
@@ -196,11 +202,11 @@ 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)
@@ -211,14 +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 = /usr/cygnus/progressive/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
@@ -251,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 \
@@ -278,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`
 
@@ -336,8 +362,7 @@ do-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) && \
+            $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) host=$(host) target=$$i do-dos $(cyglog) && \
                echo "     completed successfully at `date`" ; \
         done
 
This page took 0.024949 seconds and 4 git commands to generate.