[Tinyos-2-commits] CVS: tinyos-2.x/support/make iris.target, 1.4, 1.5
Janos Sallai
sallai at users.sourceforge.net
Tue Mar 10 08:09:57 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2702
Modified Files:
iris.target
Log Message:
remove compiler check, it is not needed after the 2.1 release
Index: iris.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/iris.target,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** iris.target 9 Jul 2008 15:36:50 -0000 1.4
--- iris.target 10 Mar 2009 15:09:55 -0000 1.5
***************
*** 6,14 ****
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")
- endif
-
ifeq ($(PROGRAMMER),avrdude)
PROGRAMMER_PART ?= -pm1281 -U efuse:w:0xff:m
--- 6,9 ----
More information about the Tinyos-2-commits
mailing list