aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers.py
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade1-0/+6
This works similarly to the thread dependency which stores the various inconsistent flags in each compiler.
2018-03-05First cut of ARMCC support for MESON.Bedarkar, Malhar1-1/+12
Change-Id: I15d8258e84d392baaccb8f670e33eefcfe8cd49a
2017-12-07haiku: do not add pthread argumentsDylan Baker1-2/+2
Haiku has pthreads, but they are part of the standard C library, and do not need either special compiler or linker flags.
2017-12-03linkers: Return a Copy of VisualStudioLinker always_argsNirbheek Chauhan1-2/+2
Otherwise people will accidentally append to it.
2017-07-21Add build_rpath as new property allowing people to specify rpath entries ↵Jussi Pakkanen1-2/+2
that are used in the build tree but will be removed on install.
2017-06-22Split linkers out from compilers.pyAlistair Thomas1-0/+114