]> rtime.felk.cvut.cz Git - omk.git/commit
Do not use program dependenies on linker command line
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 26 Nov 2013 16:25:55 +0000 (17:25 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 26 Nov 2013 16:25:55 +0000 (17:25 +0100)
commitc07f762c7a0ab9f597bac44c5b85a6c89977006c
tree41d62c30afea70476ad78c4806c76003233d81db
parent67ae5180c5f95735a0253d3db329efcb424aa4d0
Do not use program dependenies on linker command line

We have to use only explicitly specified objects based on the content of
Makefile.omk.

Previously, our automatic dependency generator caused the second
compilation to fail because things like
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o appeared on the linker
command line.
snippets/linux.omk
tests/programs