My Haiku ARM (UEFI) port progress

The patch for -o was for the case where you do “gcc somefile.cpp”. In gcc2 this gives you an executable named “somefile”. In modern gcc this gives you “a.out” instead.

It is not really needed, and indeed our gcc8 (and I assume our gcc11) for x86 does not have this patch anymore. So you can remove it if it doesn’t work correctly.

1 Like