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:
Tobias Burnus 2024-09-02 10:29:36 +02:00
parent 6640a59fed
commit 5cbfb3a799

View file

@ -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;