summaryrefslogtreecommitdiffstats
path: root/make/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'make/ChangeLog')
-rw-r--r--make/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index bbaee45046..046a1a6af7 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,12 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * custom/Linux-posix.cfg: Merge patch from Till Straumann which would
+ work except gcc core dumps with an ICE when may_alias is used in this
+ code. I filed a GCC PR and reduced optimization to -O0 and it does
+ run again.
+
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* Templates/Makefile.leaf: At suggestion of Robert Grimes add commented
out make-cxx-exe usage example.