aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 125dd45679..5f32df8ba9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
Sun Nov 27 04:57:11 2011 NARUSE, Yui <naruse@ruby-lang.org>
- * configure.in (--no-undefined): r33840 breaks FreeBSD with gcc47.
- FreeBSD's environ is in /usr/libexec/ld-elf.so.1, so it will be
- false negative.
+ * configure.in (--no-undefined): r33840 breaks FreeBSD and DragonFly
+ with gcc 4.4 or later. Their environ is in /usr/libexec/ld-elf.so.1,
+ so it will be false negative.
Sun Nov 27 04:55:45 2011 NARUSE, Yui <naruse@ruby-lang.org>