summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-22 07:18:33 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-22 07:18:33 +0000
commit5115372146c7762b67b0c30b01906d3fe6dad0c3 (patch)
tree4b5d0ea58d499c4b232c97da3fe08e4bad5182b5 /ChangeLog
parenta8761b59fd725a476ce823908fa43b62367e02d3 (diff)
downloadgcc-5115372146c7762b67b0c30b01906d3fe6dad0c3.tar.gz
2010-11-22 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 167021 2010-11-22 Basile Starynkevitch <basile@starynkevitch.net> * melt-runtime.c: replaced strerror by xstrerror everywhere, while merging with trunk 167021. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@167023 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog63
1 files changed, 51 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 353ab65ef60..0c6c7e51c71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2010-11-20 Ian Lance Taylor <iant@google.com>
+
+ * configure.ac: Only disable a language library if no language needs
+ it. Don't let --disable-libgcj uncondtionally disable libffi.
+ * configure: Rebuild.
+
+2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * Makefile.in: Regenerate.
+
+ PR other/46202
+ * configure.ac: Fix just-built in-tree STRIP name to be
+ binutils/strip-new.
+ * configure: Regenerate.
+ * Makefile.def (install-strip-gcc, install-strip-binutils)
+ (install-strip-opcodes, install-strip-ld, install-strip-itcl)
+ (install-strip-sid): Mirror dependencies on non-strip variants
+ of these targets on the respective -strip prerequisites.
+ * Makefile.tpl (install-strip, install-strip-host)
+ (install-strip-target): New targets.
+ (install-strip-[+module+], install-strip-target-[+module+]):
+ New targets.
+ * Makefile.in: Regenerate.
+
+2010-11-19 Ian Lance Taylor <iant@google.com>
+ Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * configure.ac: Add target-libgo to target_libraries. Set
+ and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
+ * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
+ (HOST_EXPORTS): Add GOC.
+ (BASE_TARGET_EXPORTS): Add GOC.
+ (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
+ (GOCFLAGS_FOR_TARGET): New variable.
+ (EXTRA_HOST_FLAGS): Add GOC.
+ (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
+ * Makefile.def (target_modules): Add libgo.
+ (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
+ (dependencies): Add dependency from configure-target-libgo to
+ configure-target-libffi and all-target-libstdc++-v3. Add
+ dependencies from all-target-libgo to all-target-libffi.
+ (languages): Add go.
+ * configure: Rebuild.
+ * Makefile.in: Rebuild.
+
+2010-11-19 Ian Lance Taylor <iant@google.com>
+
+ * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
+ compiler/flag environment variables.
+
2010-11-18 Ian Lance Taylor <iant@google.com>
* configure.ac: Check for lang_requires_boot_languages in
@@ -44,30 +94,20 @@
2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
- * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
- define the cloog backend to use. Furthermore, only pass the ppllibs to
- the configure checks, if necessary.
* configure: Regenerate.
2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
- * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
- * configure: regenerate
+ * configure: Regenerate.
2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
- * config/cloog.m4: Fix typo. verison -> version.
* configure: Regenerate.
2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
- * config/cloog.m4: Pass ppl libraries to the CLooG version check.
* configure: Regenerate.
-2010-11-11 Jan Hubicka <jh@suse.cz>
-
- * config/bootstrap-lto: Use -flto.
-
2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
* configure.ac: Support official CLooG.org versions.
@@ -86,7 +126,6 @@
* configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
* configure: Regenerate.
- * config/mh-ppc-darwin: Rename to mh-darwin.
2010-11-03 Ian Lance Taylor <iant@google.com>
Dave Korn <dave.korn.cygwin@gmail.com>