Razya Ladelsky wrote:
Hi,I'm trying to bootstrap (parloop branch) with -ftree-parallelize-loops=4, which requires also -fopenmp. I'm using: make BOOTCFLAGS="-O2 -ftree-parallelize-loops=4 -fopenmp" bootstrap -j 16 I'm failing at the begining of stage2 because the compiler can't find libgomp.specHow do I bootstrap correctly with fopenmp?
You have to add bootstrap=true to libgomp, and regenerate Makefile.in. Paolo