FWIW, I've taken the flag out of the .target file and added the following to .platform:
push @opts, "-mdisable-hwmul" if `msp430-gcc --version | grep 3.2.3`; That way, it should work with both new and old versions. > -----Original Message----- > From: [email protected] [mailto:tinyos-help- > [email protected]] On Behalf Of Michiel Konstapel > Sent: dinsdag 23 augustus 2011 11:32 > To: [email protected]; Tinyos-Help > Subject: Re: [Tinyos-help] [Tinyos-2-commits] [tinyos-main] r5696 > committed- Removed hardware mutliply disable option: new msp430-gcc > fixes. > > How badly will this break for people who update their TinyOS checkout, > but not their compiler? > Michiel > > > -----Original Message----- > > From: [email protected] > [mailto:tinyos- > > [email protected]] On Behalf Of tinyos- > > [email protected] > > Sent: maandag 22 augustus 2011 22:57 > > To: [email protected] > > Subject: [Tinyos-2-commits] [tinyos-main] r5696 committed - Removed > > hardware mutliply disable option: new msp430-gcc fixes. > > > > Revision: 5696 > > Author: philip.levis > > Date: Mon Aug 22 13:55:15 2011 > > Log: Removed hardware mutliply disable option: new msp430-gcc > > fixes. > > > > http://code.google.com/p/tinyos-main/source/detail?r=5696 > > > > Modified: > > /trunk/support/make/epic.target > > /trunk/support/make/eyesIFXv1.target > > /trunk/support/make/shimmer.target > > /trunk/support/make/shimmer2.target > > /trunk/support/make/shimmer2r.target > > /trunk/support/make/span.target > > /trunk/support/make/telosa.target > > /trunk/support/make/telosb.target > > /trunk/support/make/z1.target > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos- > help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
