Update of /cvsroot/leaf/src/bering-uclibc/apps/wrap1c
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29389

Modified Files:
        buildtool.mk 
Log Message:
update for kernel compile with gcc-3.3.x

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/wrap1c/buildtool.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.mk        23 Oct 2004 16:47:36 -0000      1.4
--- buildtool.mk        22 Dec 2004 09:53:23 -0000      1.5
***************
*** 11,19 ****
  
  build:
!       make  KERNELDIR=$(BT_LINUX_DIR) 
CC=$(BT_STAGING_DIR)/usr/local/kgcc/bin/gcc CFLAGS="-Os -DMODULE -D__KERNEL__ 
-I$(BT_LINUX_DIR)/include  -Wall" -C $(WRAP1C_DIR)        
        cp $(WRAP1C_DIR)/wrap1c.o $(BT_STAGING_DIR)/lib/modules/
  
  clean:
!       make KERNELDIR=$(BT_LINUX_DIR) 
CC=$(BT_STAGING_DIR)/usr/local/kgcc/bin/gcc -C $(WRAP1C_DIR) clean
        rm -rf $(BT_BUILD_DIR)/wrap1c
        rm -f $(BT_STAGING_DIR)/lib/modules/wrap1c.o
--- 11,19 ----
  
  build:
!       make  KERNELDIR=$(BT_LINUX_DIR) CC=$(TARGET_CC) CFLAGS="-Os -DMODULE 
-D__KERNEL__ -I$(BT_LINUX_DIR)/include  -Wall" -C $(WRAP1C_DIR)    
        cp $(WRAP1C_DIR)/wrap1c.o $(BT_STAGING_DIR)/lib/modules/
  
  clean:
!       make KERNELDIR=$(BT_LINUX_DIR) CC=$(TARGET_CC) -C $(WRAP1C_DIR) clean
        rm -rf $(BT_BUILD_DIR)/wrap1c
        rm -f $(BT_STAGING_DIR)/lib/modules/wrap1c.o



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to