genode/repos/libports/lib
Norman Feske aec4f0db2d libc: generate nslexer.c,nsparser.c at build stage
The files are generated via flex and bison. Until now, this step was
performed when preparing the libc port. Unfortunately, the generated
files have subtle differences depending on the flex/bison versions
installed in the host. For example, the bison version number appears in
the generated code. This, in turn, breaks the hash mechanism of the
depot where a src/libc archive ends up being slightly different when
created on different hosts.

By moving the code generation to the build stage, the src/libc archive
merely contains the nslexer.l and nsparser.y source files but not the
generated files.
2017-08-28 16:49:43 +02:00
..
import libports: Mesa demos + adjust Qt5 2017-08-28 16:49:43 +02:00
mk libc: generate nslexer.c,nsparser.c at build stage 2017-08-28 16:49:43 +02:00
symbols libc: add '__fpclassifyf' to libc symbol map 2017-08-28 16:49:42 +02:00