You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ cat test.c#include <stdio.h>int main(){printf("hello\n");}
❯ zig cc test.c -target powerpc-linux-gnueabi<unknown>:0: error: symbol 'lgammal' is already defined
Also happens for powerpc-linux-gnueabihf, but not powerpc-linux-musl.