summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorKenneth Olwing <knth@cpan.org>2022-08-16 19:41:45 +0200
committerTony Cook <tony@develop-help.com>2022-08-25 11:37:34 +1000
commit697eaf802a042beb1c1c6f1983a08a147f12eb72 (patch)
tree2ab4ae13cf8dd9a85221b1f0ba18aabd071469af /gv.c
parentf58ed7c7a9dd599e7a924a2105851c697f4f9d87 (diff)
downloadperl-697eaf802a042beb1c1c6f1983a08a147f12eb72.tar.gz
Handle intrin files on win32 with gcc
This fixes #20033. When building on Windows with Strawberry 5.32.1 (gcc 8.3.0) as the toolchain, the Errno.pm is created by a script Errno_pm.pl, which takes output from the compiler to find headers. A subset of these headers requires them to only be included by some specific headers. Previously the header order was effectively random and this occasionally caused build errors (that further were never detected). The get_files() is now returning the header names in the order the compiler saw them which insures they are in the right order.
Diffstat (limited to 'gv.c')
0 files changed, 0 insertions, 0 deletions