summaryrefslogtreecommitdiffstats
path: root/scripts/wrapper
Commit message (Expand)AuthorAgeFilesLines
* wrapper: allow package specific LDFLAGS for host packagesMichael Olbrich2015-12-111-0/+1
* wrapper: fix linking with goldMichael Olbrich2014-12-021-3/+3
* wapper: improve icecc handlingMichael Olbrich2014-06-195-5/+24
* ptxdist: add support for iceccMichael Olbrich2014-06-185-2/+8
* wrapper: don't use target flags for the host compilerMichael Olbrich2014-06-091-3/+9
* wrapper: add '-mfpu=neon' for PTXCONF_ARCH_ARM_NEONMichael Olbrich2014-06-081-0/+6
* introduce <PKG>_{CPPFLAGS,CFLAGS,CXXFLAGS,LDFLAGS}Michael Olbrich2014-06-081-0/+7
* wrapper: fix debug handlingMichael Olbrich2013-10-031-1/+2
* wrapper: allow blacklisting all debug options with TARGET_DEBUGMichael Olbrich2013-09-291-0/+1
* wrapper: make -frecord-gcc-switches optionalMichael Olbrich2013-09-101-1/+1
* wrapper: add debugging optionsMichael Olbrich2013-09-101-0/+8
* wrapper: define add_late_opt_arg()Michael Olbrich2013-09-101-4/+15
* wrapper: remove wrapper dir from PATH before executing the real toolMichael Olbrich2013-05-061-0/+1
* 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