15 Aug
2007
15 Aug
'07
6:26 p.m.
I discovered a bug in /arch/conf/ppc/makepkg.conf that had CXXFLAGS using "-march=powerpc" instead of "-mcpu=powerpc". The latter is correct and can cause makepkg to fail if a Makefile doesn't like "-march=powerpc". Zac