=================================================================== RCS file: /cvs/funnyos/arch/testarm/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- funnyos/arch/testarm/Makefile 2007/10/16 09:41:04 1.1 +++ funnyos/arch/testarm/Makefile 2007/10/25 19:37:49 1.2 @@ -1,10 +1,13 @@ -# $Id: Makefile,v 1.1 2007/10/16 08:41:04 init Exp $ +# $Id: Makefile,v 1.2 2007/10/25 18:37:49 init Exp $ # Makefile for funnyOS. # MD files are listed here. # include MI stuff .include "makefile.mi.inc" +# ARM cross tools dir +CROSSTOOLS=/usr/cross/ipaq + # md source files (implies loader and config.c) #MDSRC= boot/loader.S LOADER= boot/loader.S @@ -13,9 +16,6 @@ # md headers MDHDR= dev/*.h - -# ARM cross tools -CROSSTOOLS=/usr/cross/ipaq # flags passed to gcc CFLAGS= -I../.. -O0 -nostdlib -ffreestanding -fno-stack-protector -nodefaultlibs