[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x/lib Makefile, 1.2, 1.3 libimote2.a, 1.1, 1.2

Lama Nachman lnachman at users.sourceforge.net
Thu Dec 8 15:17:56 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26265/lib

Modified Files:
	Makefile libimote2.a 
Log Message:
Updated the platform files from the internal tree on 12/08/05


Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/lib/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile	18 Oct 2005 21:30:13 -0000	1.2
--- Makefile	8 Dec 2005 23:17:52 -0000	1.3
***************
*** 1,8 ****
  #variable definitions
  SRCS = $(call find-source-files,".")
! INCLUDE_DIRS = $(TOSDIR)/platform/pxa27x
  
  CC = xscale-elf-gcc
! CFLAGS = -g -O3 -I$(INCLUDE_DIRS)
  
  AS = xscale-elf-as
--- 1,8 ----
  #variable definitions
  SRCS = $(call find-source-files,".")
! INCLUDE_DIRS = -I$(TOSDIR)/platform/pxa27x -I$(TOSDIR)/platform/pxa27x/lib/DSP -I$(TOSDIR)/platform/pxa27x/lib/
  
  CC = xscale-elf-gcc
! CFLAGS = -g -O3 $(INCLUDE_DIRS)
  
  AS = xscale-elf-as

Index: libimote2.a
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/lib/libimote2.a,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsfRMOuW and /tmp/cvsaqfA8Q differ



More information about the Tinyos-beta-commits mailing list