summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPetr Písař <ppisar@redhat.com>2015-02-11 15:46:37 +0100
committerTony Cook <tony@develop-help.com>2015-02-17 10:21:43 +1100
commit816b056ffb99ae54642320e20dc30a59fd1effef (patch)
tree3a0d7f53b43bee3f59b64893c1efd2d339cb14a5 /utils
parent5bd81aa79e75f0988e8be77c39c4414ec644f355 (diff)
downloadperl-816b056ffb99ae54642320e20dc30a59fd1effef.tar.gz
Fix Errno.pm generation for gcc-5.0
gcc-5.0 -E interleaves now line numbers with expended macros, so that the generated errno.c will be preprocessed to EBFONT => [[ 59 ]] which is hard to parse in in line-based reader. So use -P option with gcc >= 5.0. Global -P usage would break makedepend, global -ftrack-macro-expansion=0 would break lib/h2ph.t. RT#123784
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions