File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -981,8 +981,8 @@ extcoff: $(TARGET).elf
981
981
$P $(OBJCOPY ) -O binary -R .eeprom $< $@
982
982
983
983
.elf.eep :
984
- -$(OBJCOPY ) -j .eeprom --set-section-flags=.eeprom=" alloc,load" \
985
- --change-section-lma .eeprom=0 -O $(FORMAT ) $< $@
984
+ -$(OBJCOPY) -j .eeprom --set-section-flags=.eeprom="alloc,load" \
985
+ --change-section-lma .eeprom=0 -O $(FORMAT) $< $@
986
986
987
987
# Create extended listing file from ELF output file.
988
988
.elf.lss :
@@ -995,8 +995,8 @@ extcoff: $(TARGET).elf
995
995
# Link: create ELF output file from library.
996
996
997
997
$(BUILD_DIR ) /$(TARGET ) .elf : $(OBJ ) Configuration.h
998
- $(Pecho ) " CXX $@ "
999
- $P $(CXX ) $(LD_PREFIX ) $(ALL_CXXFLAGS ) -o $@ -L. $(OBJ ) $(LDFLAGS ) $(LD_SUFFIX )
998
+ $(Pecho) " CXX $@"
999
+ $P $(CC ) $(LD_PREFIX) $(ALL_CXXFLAGS) -o $@ -L. $(OBJ) $(LDFLAGS) $(LD_SUFFIX)
1000
1000
1001
1001
# Object files that were found in "src" will be stored in $(BUILD_DIR)
1002
1002
# in directories that mirror the structure of "src"
You can’t perform that action at this time.
0 commit comments