lto/lto.cc: Fix build with not HAVE_WORKING_FORK
gcc/lto/ChangeLog: * lto.cc: Add missing HAVE_WORKING_FORK.
This commit is contained in:
parent
6640a59fed
commit
5cbfb3a799
1 changed files with 2 additions and 0 deletions
|
@ -62,8 +62,10 @@ along with GCC; see the file COPYING3. If not see
|
|||
/* Number of parallel tasks to run. */
|
||||
static int lto_parallelism;
|
||||
|
||||
#ifdef HAVE_WORKING_FORK
|
||||
/* Number of active WPA streaming processes. */
|
||||
static int nruns = 0;
|
||||
#endif
|
||||
|
||||
/* GNU make's jobserver info. */
|
||||
static jobserver_info *jinfo = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue