On Sat, Nov 14, 2020 at 3:56 PM Ken Cunningham
<ken.cunningham.web...@gmail.com> wrote:
> ...
> Back when gcc48 was being implemented, and even now when Iain tests the 
> builds of gcc on older systems, he does it “neat” on an unmodified i386 
> Leopard system, he does not do it in MacPorts.
>
> So our changes, like a newer linker, or sending assembly to clang instead of 
> “gas” , can have unexpected consequences sometimes.

You can disable Clang's integrated assembler with -no-integrated-as,
if needed. I've had to use it several times because Clang cannot
consume the same programs as GCC even though Clang defines __GNUC__.

Jeff

Reply via email to