Re: [sparc64] fix graphics/mypaint build

2021-05-17 Thread Kurt Mosiejczuk
On Sun, May 16, 2021 at 11:10:32PM +0200, Theo Buehler wrote: > The strategy of setting OPENMP_CFLAG and OPENMP_LDFLAG to an empty > string instead of '-fopenmp' doesn't work for gcc because this then > tries to access("", F_OK) which then results in this error: > egcc: error: : No such file or

[sparc64] fix graphics/mypaint build

2021-05-16 Thread Theo Buehler
The strategy of setting OPENMP_CFLAG and OPENMP_LDFLAG to an empty string instead of '-fopenmp' doesn't work for gcc because this then tries to access("", F_OK) which then results in this error: egcc: error: : No such file or directory