--- hello_world/Makefile 2007-12-05 20:48:14.000000000 -0500 +++ hello_world/Makefile 2007-12-05 20:49:59.000000000 -0500 @@ -1,5 +1,7 @@ INSTALL_LOCATION=/usr/local -CC=gcc +CC=ppc_4xxFP-gcc +# Please note that you can either patch this makefile or overwrite CC +# and INSTALL_OPTIONS on the command line while invoking "make" .c.o : $(CC) -I . -c $<