aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-09 21:56:38 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-09 21:56:38 +1000
commit40db2b3c2afd008e15d97f302eaa55abed40f11f (patch)
tree39e7d4267171849856448dc091d5bbf229a5778a /Makefile.in
parentb05ccee0f06d3dee10917119291b848397717052 (diff)
Further comment clarification on -fno-optimize-sibling
darcs-hash:20060309115638-ac50b-e6a67c4061bd576a8de261d46b85d984fd926b0c.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 4bb8f9b3..463607dd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -39,11 +39,14 @@ INSTALL:=@INSTALL@
#
# Compiler flags:
#
+#
# -fno-optimize-sibling-calls seems to work around a bug where sending
-# a SIGWINCH to fish on NetBSD causes fish to exit. This is probably
-# either a compiler bug or a libc bug, but this seems to fix things for
-# now. Long term, this should be tracked down and truly fixed, at which
-# point we can remove this silly flag.
+# a SIGWINCH to fish on NetBSD causes fish to exit when compiled with
+# GCC 3.3.3. This is probably either a compiler bug or a libc bug, but
+# adding this flag seems to fix things for now. Long term, the real
+# problem should be tracked down and truly fixed, at which point we
+# can remove this silly flag. This bug has been verified to not exist
+# on Linux using GCC 3.3.3.
#
# -Wall is there to keep me on my toes
#