genode/repos/base-linux
Stefan Kalkowski fe899eecc7 base-linux: fix configurable host toolchain
With the '-x' argument of the 'g++' tool the language gets specified,
therefore it has to be 'c++' furthermore, not CUSTOM_HOST_CXX. Moreover,
when import-lx_hybrid.mk gets evaluated first, global.mk is not included
yet, therefore we cannot eagerly evaluate the CXX_LINK_OPT_NO_PIE variable.

Issue #3466
2020-02-04 15:47:27 +01:00
..
etc Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
lib base-linux: fix configurable host toolchain 2020-02-04 15:47:27 +01:00
recipes depot: update recipe hashes 2019-12-19 17:01:43 +01:00
run base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
src base-linux: support invalid dataspace for RM client 2019-12-19 17:00:47 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the Linux-specific implementation of Genode.