summaryrefslogtreecommitdiffstats
path: root/scripts/wrapper
Commit message (Expand)AuthorAgeFilesLines
* wrapper: add support for clang with OSELAS.ToolchainMichael Olbrich2019-09-077-9/+61
* libwrapper: don't add linker arguments for preprocessingMichael Olbrich2019-06-201-1/+1
* wrapper: some cleanupMichael Olbrich2019-06-061-7/+10
* ptxdist: allow overwriting wrapper scripts in the BSPMichael Olbrich2019-05-171-1/+1
* wrapper: build with -Wno-implicit-fallthrough if necessaryMichael Olbrich2019-05-011-0/+3
* hardening: add option for -D_GLIBCXX_ASSERTIONSMichael Olbrich2019-04-054-0/+7
* wrapper: only use icecc if ICECC_VERSION is validMichael Olbrich2019-03-211-1/+1
* wrapper: drop redundant assignmentMichael Olbrich2019-03-211-1/+0
* wrapper: make sure that sysroot cross shows up when --print-search-dirs is usedMichael Olbrich2019-03-191-1/+2
* hardening: add option for -fstack-clash-protectionMichael Olbrich2019-02-211-0/+1
* ptxd_init_*_env: use -B instead of -LMichael Olbrich2018-11-171-1/+1
* wrapper: try to make all debug paths relative to PTXDIST_WORKSPACEMichael Olbrich2018-10-034-0/+8
* wrapper: improve blacklist handlingMichael Olbrich2018-07-091-0/+5
* wrapper: don't use target LDFLAGS for host toolsMichael Olbrich2018-05-201-1/+1
* wrapper: improve local extra argument handlingMichael Olbrich2018-04-224-4/+14
* wrapper: add rpath-link for some rpathsMichael Olbrich2018-04-181-0/+3
* gdb-wrapper: add the nfsroot to the auto-load safe-pathMichael Olbrich2018-03-021-0/+1
* wrapper: add -fno-diagnostics-show-caret when using iceccMichael Olbrich2018-02-281-0/+11
* Debugging: add support for 'build-id'sJuergen Borleis2017-06-211-0/+7
* wrapper: add gdb wrapperMichael Olbrich2017-06-211-0/+11
* wrapper: disable icecc in fakerootMichael Olbrich2017-04-111-0/+3
* wrapper: add PTXDIST_CROSS_CPPFLAGS lateMichael Olbrich2016-10-211-1/+1
* wrapper: add more stack protector optionsMichael Olbrich2016-06-171-0/+2
* 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