This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 07 May 2012 23:20:50 +0000
- Subject: [Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory
- Auto-submitted: auto-generated
- References: <bug-48724-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724
--- Comment #5 from Jan Hubicka <hubicka at ucw dot cz> 2012-05-07 23:20:50 UTC ---
> No response and unclear bug.
It is still there. In lto-wrapper.c we do
new_argv[0] = getenv ("MAKE");
and when MAKE is set to something like "make -j" we try to execute it...
Honza