]> git.ipfire.org Git - thirdparty/gcc.git/commit
LTO: fallback to -flto=N if -flto=jobserver does not work.
authorMartin Liska <mliska@suse.cz>
Fri, 12 Mar 2021 12:37:06 +0000 (13:37 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 21 Apr 2021 15:15:27 +0000 (17:15 +0200)
commit7f9b7ccf0c14ee0dafb71860a94df65d08f59f2a
tree71f78b9077a010ea946af0e4d551b26bde9648de
parent001c63d15e31bc0a1545426d889a0b9f671b4961
LTO: fallback to -flto=N if -flto=jobserver does not work.

gcc/ChangeLog:

* lto-wrapper.c (run_gcc): When -flto=jobserver is used, but the
makeserver cannot be detected, then use -flto=N fallback.
gcc/lto-wrapper.c