OSDN Git Service

* cfgexpand.c (gimple_expand_cfg): Discard the source location
[pf3gnuchains/gcc-fork.git] / Makefile.tpl
index ff058d6..f49f3fc 100644 (file)
@@ -621,7 +621,7 @@ all:
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
 @if gcc-bootstrap
        if [ -f stage_last ]; then \
-         TFLAGS="$(STAGE$(shell sed s,^stage,, stage_last)_TFLAGS)"; \
+         TFLAGS="$(STAGE$(shell test ! -f stage_last || sed s,^stage,, stage_last)_TFLAGS)"; \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) all-host all-target; \
        else \
 @endif gcc-bootstrap
@@ -1434,7 +1434,7 @@ do-clean: clean-stage[+id+]
          $(do-[+compare-target+]) > /dev/null 2>&1; \
          if test $$? -eq 1; then \
            case $$file in \
-             ./cc*-checksum$(objext) | ./libgcc/* ) \
+             ./cc*-checksum$(objext) | ./libgcc/* | ./ada/*tools/* ) \
                echo warning: $$file differs ;; \
              *) \
                echo $$file differs >> .bad_compare ;; \