ports/lang/gforth/files
Alexey Dokuchaev c6132acf5a lang/gforth: mend another tricky issue discovered with GCC 14
When checking whether the linker accepts -export-dynamic flag,
the configure script tries to build, literally, the following
short program: ``main(){exit(0);}'', which is not well-formed
against the modern standards (missing return type and implicit
function declaration).

PR:	281238
2024-12-13 11:53:06 +00:00
..
patch-configure lang/gforth: mend another tricky issue discovered with GCC 14 2024-12-13 11:53:06 +00:00
patch-engine_forth.h
patch-engine_main.c
patch-fflib.fs
patch-Makefile.in