arsv / perl-cross

configure and cross-compile perl
Other
81 stars 29 forks source link

optional .out in try_compile #107

Closed chakli closed 3 years ago

chakli commented 3 years ago

Hello @arsv

In try_compile the extension seems to be optional (parameter?)

try_compile() {
    require 'cc'
    require '_o'

but in checksize() readelf and objdump checks seem to use a hard-coded .out extension

    if not try_readelf --syms > try.out 2>>$cfglog; then
chakli commented 3 years ago

Sorry please ignore this, my mistake.