--- powerpc64_bsd.mk.orig 2016-12-20 10:44:15 UTC +++ powerpc64_bsd.mk @@ -0,0 +1,12 @@ +## +## powerpc64 BSD based (FreeBSD etc.) Makefile +## Use gmake instead of make +## +TargetCPU :=powerpc64 +OS :=bsd +CXXFLAGS := -O3 -fPIC -pedantic + +# Standard part + +include common.mk +