linker (?) issues on 10.5 with gcc (cmake/TenFourFox)

Ken Cunningham ken.cunningham.webuse at gmail.com
Sat Oct 5 15:55:43 UTC 2019


> I think the changes to the cctools port are calling in a different assembler now, not the old gas assembler that previously would be used.
> 
> I can check for you.
> 
> I forget if we still have a way to force gas to be used. I think we do, with -Wa,-q or similar.



Yes, I changed my build line in my (local) tenfourfox port to force the traditional gas assembler like this:


export CC="/opt/local/bin/gcc-mp-4.8 -Wa,-Q -flax-vector-conversions -O3 -m32 -read_only_relocs suppress"
export CXX="/opt/local/bin/g++-mp-4.8 -Wa,-Q -flax-vector-conversions -fpermissive -O3 -m32 -read_only_relocs suppress"



More information about the macports-users mailing list