genode/tool/builddir
Christian Prochaska 1483f1032d Remove broken compiler check
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.
2012-09-24 09:18:00 +02:00
..
etc Extend create_builddir for the base-hw platforms. 2012-08-03 12:06:36 +02:00
build.mk Remove broken compiler check 2012-09-24 09:18:00 +02:00