mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-12 07:52:44 +00:00
1483f1032d
The 'build.mk' file checks if the tool chain to be used supports the '-static' and '-fno-stack-protector' flags, but this check always fails for the current Genode tool chain because it cannot create executable files without explicitly specifying the 'crt0' and library files to be linked, which the check doesn't. This patch removes the compiler check. Fixes #358. |
||
---|---|---|
.. | ||
etc | ||
build.mk |