summaryrefslogtreecommitdiffstats
path: root/scripts/wrapper
Commit message (Expand)AuthorAgeFilesLines
* Fix (host) gcc wrapper on Gentoo LinuxBernhard Walle2013-03-221-1/+1
* wrapper: save some variables duing initializationMichael Olbrich2013-02-081-0/+4
* scripts/wrapper: exit in case of errorMarc Kleine-Budde2013-02-051-0/+2
* scripts/wrapper: add host-wrapper, but do not enable yetMarc Kleine-Budde2013-02-054-3/+62
* scripts/wrapper: give functions adding target flags a proper nameMarc Kleine-Budde2013-02-054-11/+11
* scripts/wrapper: remove space before closing parenthesisMarc Kleine-Budde2013-02-051-3/+3
* scripts/wrapper: sort variables alphabeticallyMarc Kleine-Budde2013-02-051-3/+4
* scripts/wrapper: cpp-wrapper: use false instead of 0 to set LINKINGMarc Kleine-Budde2013-02-051-1/+1
* scripts/wrapper: don't use CCACHE for cpp or ldMarc Kleine-Budde2013-02-042-0/+3
* wrapper: fix copy/paste error in add_late_argMichael Olbrich2012-12-161-1/+1
* wrapper: add options for --as-neededMichael Olbrich2012-12-161-0/+1
* wrapper: add library search paths at the endMichael Olbrich2012-12-141-6/+9
* wrapper: don't add linker flags if there is nothing to linkMichael Olbrich2012-12-101-1/+10
* wrapper: fix ld args for '$*' == '-v'Michael Olbrich2012-12-061-1/+1
* wrapper: abort if system paths are addedMichael Olbrich2012-11-281-0/+5
* wrapper: optimizeMichael Olbrich2012-11-205-37/+39
* wrapper: introduce a wrapper for cc, c++, cpp and ldJan Luebbe2012-11-205-0/+186
* Revert "wrapper: introduce a wrapper for cc, c++ and ld"Michael Olbrich2012-10-254-114/+0
* fixup! wrapper: introduce a wrapper for cc, c++ and ldMichael Olbrich2012-10-254-62/+104
* wrapper: introduce a wrapper for cc, c++ and ldJan Luebbe2012-10-253-0/+72