Skip to content

Fix messages about not found gcc

mikhailnov requested to merge mikhailnov/fpc-source:fix-gcc-msg into main

Code actually looks for the gcc executable inside $PATH, not for libgcc. fpc works without the libgcc.so devel symlink.

Merge request reports