mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
7bed3967ae
This patch makes the build-system integration of noux packages usable for non-Noux targets. It moves the GNU build system wrapper to ports/mk/gnu_build.mk, which is now included by noux.mk. This way, non-noux applications can use the same build-system wrapper. So the porting of individual applications becomes easier. This change removes the 'NOUX_' prefix use the various build variables used by the noux-pkg's target.mk files to steer the behaviour of the GNU build system. E.g., NOUX_CONFIGURE_ARGS is now called CONFIGURE_ARGS. Note that there is a single exception to this pattern: The formerly named NOUX_LIBS is now called LDLIBS because the plain LIBS variable is used by the Genode build system. Fixes #2094 |
||
---|---|---|
.. | ||
build_system.txt | ||
challenges.txt | ||
coding_style.txt | ||
components.txt | ||
contributions.txt | ||
conventions.txt | ||
getting_started.txt | ||
gsoc_2012.txt | ||
news.txt | ||
porting_guide.txt | ||
release_notes-08-11.txt | ||
release_notes-09-02.txt | ||
release_notes-09-05.txt | ||
release_notes-09-08.txt | ||
release_notes-09-11.txt | ||
release_notes-10-02.txt | ||
release_notes-10-05.txt | ||
release_notes-10-08.txt | ||
release_notes-10-11.txt | ||
release_notes-11-02.txt | ||
release_notes-11-05.txt | ||
release_notes-11-08.txt | ||
release_notes-11-11.txt | ||
release_notes-12-02.txt | ||
release_notes-12-05.txt | ||
release_notes-12-08.txt | ||
release_notes-12-11.txt | ||
release_notes-13-02.txt | ||
release_notes-13-05.txt | ||
release_notes-13-08.txt | ||
release_notes-13-11.txt | ||
release_notes-14-02.txt | ||
release_notes-14-05.txt | ||
release_notes-14-08.txt | ||
release_notes-14-11.txt | ||
release_notes-15-02.txt | ||
release_notes-15-05.txt | ||
release_notes-15-08.txt | ||
release_notes-15-11.txt | ||
release_notes-16-02.txt | ||
release_notes-16-05.txt | ||
release_notes-16-08.txt | ||
road_map.txt | ||
tool_chain.txt |