Closed chakli closed 3 years ago
Hello @arsv
In try_compile the extension seems to be optional (parameter?)
try_compile
try_compile() { require 'cc' require '_o'
but in checksize() readelf and objdump checks seem to use a hard-coded .out extension
checksize()
readelf
objdump
.out
if not try_readelf --syms > try.out 2>>$cfglog; then
Sorry please ignore this, my mistake.
Hello @arsv
In
try_compile
the extension seems to be optional (parameter?)but in
checksize()
readelf
andobjdump
checks seem to use a hard-coded.out
extension