python-crfsuite icon indicating copy to clipboard operation
python-crfsuite copied to clipboard

Use gcc-specific _compile method for triplet-gcc as well

Open karcherm opened this issue 1 year ago • 0 comments
trafficstars

On debian bookworm, distutils invokes gcc as x86_64-linux-gnu-gcc, so allow command line elements ending in "-gcc" as well as command line elements being exactly "gcc". Without this change, -std=c99 doesn't get added to the compile command line. Surprisingly, it still compiles with gcc 12, though.

karcherm avatar Jun 12 '24 21:06 karcherm