| commit | 5b53b554a3ac6faff70081d541680fbcec55fbb7 | [log] [tgz] |
|---|---|---|
| author | Hongxu Jia <hongxu.jia@windriver.com> | Thu Nov 20 11:43:45 2025 +0800 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Mon Dec 01 22:13:30 2025 +0100 |
| tree | 5fbbb7a3494f6775c51034ddfda1661c9c90bef1 | |
| parent | 3364b4ac563872b40c91d7843f6d0971d84979ec [diff] |
support reproducible builds In order to support reproducible builds [1], while using bison to generate source code, add COMPILE_FLAGS --file-prefix-map [2] to remove build path prefix and source path prefix in the generated header file. [1] https://reproducible-builds.org/ [2] https://cgit.git.savannah.gnu.org/cgit/bison.git/commit/?id=dd878d18519689c7bbcd72de4c9f9e53085a3cbf Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>