481
Operating Systems and Porting / Re: Firefox Status
« on: January 04, 2020, 06:22:25 pm »With those hints I managed to get it working, two main points:
- Clang doesn't compile it right yet, I had to force using gcc/g++
- Not sure about the selection of a different linker, it did not make any apparent difference.
Yes, clang doesn't work properly. It's possible that gold has been fixed, but I'd still stick to GNU ld (bfd).
Quote
I opted to fetch apt-get source firefox and build it with an updated mozconfig.in that sets:
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++
Also had to limit threads to 24, I ran out of RAM on 32 threads.
Successfully running mainline firefox installed through a selfmade deb-package.
I just do -j24 for makes myself, but largely because I want a few threads so I can play Descent.
