summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-03-14 16:26:44 +0000
committerPaolo Bonzini <bonzini@gnu.org>2006-03-14 16:26:44 +0000
commit2377c7978c23472b3ac6d0ed230efe6bcc9c5a67 (patch)
tree0eaac7bb22889d82820f2bd276edc4a793ee7268
parentd32ede9bfb17f6702458c9f484615982bba51260 (diff)
downloadbinutils-redhat-2377c7978c23472b3ac6d0ed230efe6bcc9c5a67.tar.gz
2006-03-14 Paolo Bonzini <bonzini@gnu.org>newlib-csl-20060320-branchpoint
* Makefile.in: Regenerate.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index de67f8aa5b..c0126cd14d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-03-14 Paolo Bonzini <bonzini@gnu.org>
+ * Makefile.in: Regenerate.
+
+2006-03-14 Paolo Bonzini <bonzini@gnu.org>
+
Sync with gcc:
2006-03-10 Aldy Hernandez <aldyh@redhat.com>
diff --git a/Makefile.in b/Makefile.in
index 9a9ea94a37..eae74a72ec 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -36664,7 +36664,7 @@ POSTSTAGE1_FLAGS_TO_PASS = \
CFLAGS="$(BOOT_CFLAGS)" \
LIBCFLAGS="$(BOOT_CFLAGS)" \
LDFLAGS="$(BOOT_LDFLAGS)" \
- "`echo 'ADAFLAGS=$(BOOT_ADAFLAGS)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`"
+ ADAC="\$$(CC)"
# For stage 1:
# * We force-disable intermodule optimizations, even if
@@ -37962,13 +37962,13 @@ do-distclean: distclean-stage1
# not work as a dependency, just as the minimum necessary to avoid errors.
stage_last:
$(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble
+@endif gcc-bootstrap
.PHONY: restrap
restrap:
@: $(MAKE); $(stage)
rm -rf stage1-$(TARGET_SUBDIR) stage2 stage3 stage4 stageprofile stagefeedback
$(MAKE) $(RECURSE_FLAGS_TO_PASS) all
-@endif gcc-bootstrap
# --------------------------------------
# Dependencies between different modules