]> git.tdb.fi Git - builder.git/commit
Don't rely on component type in determining whether to use -fPIC
authorMikko Rasa <tdb@tdb.fi>
Sun, 5 Oct 2014 23:49:06 +0000 (02:49 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 5 Oct 2014 23:50:05 +0000 (02:50 +0300)
commit0f7867524bf87a389ff5d4f9d3290d68a254b693
tree7a718c1896d547ed05b6549e827d99d9e2eaebb8
parent45571f0fffaf483d07d92f56ae20f00218b7463c
Don't rely on component type in determining whether to use -fPIC

Instead let SharedLibrary set a flag in ObjectFiles and use that.
source/gnucompiler.cpp
source/objectfile.cpp
source/objectfile.h
source/sharedlibrary.cpp