* config/i386/*aix*, i386aix-nat.c: New files.
[binutils-gdb.git] / build-all.mk
index 50ed6b10e19400ad186819b2343bdfb49ff3e394..11c76027fc6bcc7580431355a7126523ca063e79 100644 (file)
@@ -103,7 +103,7 @@ TARGETS = i960-vxworks m68k-aout m68k-vxworks m68k-hp-hpux
 #        i960-vxworks  m68k-coff       m68k-vxworks \
 #        sparc-aout                    sparc-vxworks \
 #        sparclite-aout                sparclitefrwcompat-aout
-CC = cc 
+CC = cc +Obb2000
 all: all-native
 endif
 
@@ -147,10 +147,12 @@ all-cygnus:
        ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG) 
        @for i in $(TARGETS) ; do \
          if [ "$$i" = "native" ] ; then \
-            if [ ! -f $(canonhost)-3stage-done ] ; then \
+            if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \
              echo "3staging $(canonhost) native" ; \
              $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(canonhost)-stamp-3stage-done $(log) && \
                 echo "     completed successfully" ; \
+           else \
+             true ; \
            fi \
          else \
            echo "building $(canonhost) cross to $$i" ; \