summaryrefslogtreecommitdiff
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-04-30 10:13:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-04-30 10:14:01 -0700
commit4b10800b59eadd532e74a49a35bc26e0e948b231 (patch)
tree6d0cac7eed35d5688e2142a9a80d958919d90f0f /etc/PROBLEMS
parent71be806d01c4e135f067bc842a9d684e594b4f35 (diff)
downloademacs-4b10800b59eadd532e74a49a35bc26e0e948b231.tar.gz
Advise CFLAGS= operand, not in environment, when configuring
Backport from master.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 1aa497e6e3d..1f7fe00bd65 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -126,7 +126,7 @@ This version of GCC is buggy: see
You can work around this error in gcc-4.5 by omitting sibling call
optimization. To do this, configure Emacs with
- CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
+ ./configure CFLAGS="-g -O2 -fno-optimize-sibling-calls"
** Emacs compiled with GCC 4.6.1 crashes on MS-Windows when C-g is pressed