* Makefile.in: Semi-revert patch from 2012-07-01, assuming the previous

patch to etc::dir_changed fixes the underlying issue.
This commit is contained in:
Corinna Vinschen 2012-08-01 08:46:49 +00:00
parent 02a2590f08
commit 01d9574ddd
1 changed files with 2 additions and 9 deletions

View File

@ -275,15 +275,8 @@ malloc_CFLAGS:=-fomit-frame-pointer -O3
malloc_wrapper_CFLAGS:=-fomit-frame-pointer
miscfuncs_CFLAGS:=-fomit-frame-pointer
net_CFLAGS:=-fomit-frame-pointer
#
# FIXME: Setting either of the below to -fomit-frame-pointer causes an
# optimized version of Cygwin to sometimes "jump to zero" in long-running
# shell processes when compiled with gcc 4.5.3.
#
# passwd_CFLAGS:=-fomit-frame-pointer
# path_CFLAGS=-fomit-frame-pointer
#
path_CFLAGS=-fgcse-lm -fgcse-sm -fgcse-las -fgcse-after-reload
passwd_CFLAGS:=-fomit-frame-pointer
path_CFLAGS=-fomit-frame-pointer
regcomp_CFLAGS=-fomit-frame-pointer
regerror_CFLAGS=-fomit-frame-pointer
regexec_CFLAGS=-fomit-frame-pointer