[Tinyos-2-commits] CVS: tinyos-2.x/support/make iris.target, 1.2, 1.3

Janos Sallai sallai at users.sourceforge.net
Tue Nov 6 13:43:05 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17227

Modified Files:
	iris.target 
Log Message:
fixed a typo

Index: iris.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/iris.target,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** iris.target	6 Nov 2007 21:39:43 -0000	1.2
--- iris.target	6 Nov 2007 21:43:03 -0000	1.3
***************
*** 6,10 ****
  PROGRAMMER ?= avrdude
  
! AVRGCC_SUPPORTS_ATM1281 = $(shell avr-gcc --target-help 2>&1 | grep -c atmega12811)
  ifneq ($(AVRGCC_SUPPORTS_ATM1281),1)
    $(error Found avr-gcc with no ATMega1281 support. For details on upgrading your toolchain, please see "http://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/doc/html/install-tinyos-iris.html")
--- 6,10 ----
  PROGRAMMER ?= avrdude
  
! AVRGCC_SUPPORTS_ATM1281 = $(shell avr-gcc --target-help 2>&1 | grep -c atmega1281)
  ifneq ($(AVRGCC_SUPPORTS_ATM1281),1)
    $(error Found avr-gcc with no ATMega1281 support. For details on upgrading your toolchain, please see "http://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/doc/html/install-tinyos-iris.html")



More information about the Tinyos-2-commits mailing list