From b6b9046279805cef125be4e7eb539d11d31e50ef Mon Sep 17 00:00:00 2001 From: sallai Date: Tue, 10 Mar 2009 15:09:55 +0000 Subject: [PATCH] remove compiler check, it is not needed after the 2.1 release --- support/make/iris.target | 5 ----- 1 file changed, 5 deletions(-) diff --git a/support/make/iris.target b/support/make/iris.target index c0149bcd..7fd9d643 100644 --- a/support/make/iris.target +++ b/support/make/iris.target @@ -5,11 +5,6 @@ PLATFORM = iris SENSORBOARD ?= micasb 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 endif -- 2.39.2