[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm

Diff for /funnyos/arch/testarm/Makefile between version 1.1 and 1.2

version 1.1, 2007/10/16 09:41:04 version 1.2, 2007/10/25 19:37:49
Line 5 
Line 5 
 # include MI stuff  # include MI stuff
 .include "makefile.mi.inc"  .include "makefile.mi.inc"
   
   # ARM cross tools dir
   CROSSTOOLS=/usr/cross/ipaq
   
 # md source files (implies loader and config.c)  # md source files (implies loader and config.c)
 #MDSRC=  boot/loader.S  #MDSRC=  boot/loader.S
 LOADER= boot/loader.S  LOADER= boot/loader.S
Line 13 
Line 16 
   
 # md headers  # md headers
 MDHDR=  dev/*.h  MDHDR=  dev/*.h
   
 # ARM cross tools  
 CROSSTOOLS=/usr/cross/ipaq  
   
 # flags passed to gcc  # flags passed to gcc
 CFLAGS=  -I../.. -O0 -nostdlib -ffreestanding -fno-stack-protector -nodefaultlibs  CFLAGS=  -I../.. -O0 -nostdlib -ffreestanding -fno-stack-protector -nodefaultlibs

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb