diff options
author | Shiz <hi@shiz.me> | 2015-06-28 23:08:19 +0200 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-07-06 23:34:14 +0000 |
commit | b3cd7d13fe630ba1847326242525298e361018c1 (patch) | |
tree | c9de5727a40240894dfb3fa9c290d8a955f24f21 /COPYRIGHT | |
parent | 2a780aa3050b86d888489361f04220bfb58890a1 (diff) | |
download | musl-b3cd7d13fe630ba1847326242525298e361018c1.tar.gz musl-b3cd7d13fe630ba1847326242525298e361018c1.tar.xz musl-b3cd7d13fe630ba1847326242525298e361018c1.zip |
build: overhaul wrapper script system for multiple wrapper support
this overhauls part of the build system in order to support multiple toolchain wrapper scripts, as opposed to solely the musl-gcc wrapper as before. it thereby replaces --enable-gcc-wrapper with --enable-wrapper=..., which has the options 'auto' (the default, detect whether to use wrappers), 'all' (build and install all wrappers), 'no' (don't build any) and finally the options named after the individual compiler scripts (currently only 'gcc' is available) to build and install only that wrapper. the old --enable-gcc-wrapper is removed from --help, but still available. it also modifies the wrappers to use the C compiler specified to the build system as 'inner' compiler, when applicable. as wrapper detection works by probing this compiler, it may not work with any other.
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions