X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Ftmicore.target;h=b0b63d61653f2987f5a78a3caef92df2351ff641;hb=refs%2Ftags%2Frelease%2F2.1.1-4.5;hp=68f69bef5a17dbfeeb202613b9abded30376be09;hpb=67ea6e597465286a923da75687454a88104bd6ef;p=tinyos-2.x.git diff --git a/support/make/tmicore.target b/support/make/tmicore.target index 68f69bef..b0b63d61 100644 --- a/support/make/tmicore.target +++ b/support/make/tmicore.target @@ -5,8 +5,8 @@ PLATFORM ?= tmicore #MSP_MCU = msp430x2417 -# Disable MSP430 hardware multiply because it makes MSPGCC die -PFLAGS += -mdisable-hwmul +# Remove MSP430 hardware multiply disable: new msp430-gcc fixes +# PFLAGS += -mdisable-hwmul OPTFLAGS += -O MSP_BSL ?= tos-bsl @@ -21,5 +21,5 @@ endif $(call TOSMake_include_platform,msp) -tmicore: $(BUILD_DEPS) +$(PLATFORM): $(BUILD_DEPS) @: