[Tinyos-commits] CVS: tinyos-1.x/tools/release/external-tools libc.spec, 1.2, 1.3

Kristin Wright kristinwright at users.sourceforge.net
Mon Jun 27 16:22:31 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/release/external-tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23016

Modified Files:
	libc.spec 
Log Message:
built linux xscale libc

Index: libc.spec
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/release/external-tools/libc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** libc.spec	27 Jun 2005 23:18:34 -0000	1.2
--- libc.spec	27 Jun 2005 23:22:29 -0000	1.3
***************
*** 15,24 ****
  # target: xscale-elf
  # libname: newlib
! # version: 1.11
  # release: 1
  # url: ftp://sources.redhat.com/pub/newlib/newlib-1.11.0.tar.gz
  
  %define target xscale-elf
! %define version 1.11
  %define release 1
  %define url ftp://sources.redhat.com/pub/newlib/newlib-1.11.0.tar.gz
--- 15,25 ----
  # target: xscale-elf
  # libname: newlib
! # version: 1.11tinyos
  # release: 1
  # url: ftp://sources.redhat.com/pub/newlib/newlib-1.11.0.tar.gz
  
  %define target xscale-elf
! %define libname newlib
! %define version 1.11.0tinyos
  %define release 1
  %define url ftp://sources.redhat.com/pub/newlib/newlib-1.11.0.tar.gz
***************
*** 45,48 ****
--- 46,50 ----
  
  %build
+ # doconf can have additional configuration parameters
  ./doconf --prefix=%{theprefix}
  cd build
***************
*** 53,56 ****
--- 55,60 ----
  cd build
  make prefix=%{buildroot}%{theprefix} install
+ cd %{buildroot}%{theprefix}
+ rm -rf info
  
  %clean



More information about the Tinyos-commits mailing list