Changeset 009c485 in mainline for boot/arch/mips32/src/Makefile.build


Ignore:
Timestamp:
2018-05-01T19:02:23Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
742fc98e
Parents:
5261062
Message:

Always use CC for linking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/src/Makefile.build

    r5261062 r009c485  
    6262
    6363$(RAW): $(OBJECTS) $(COMPONENT_OBJECTS) $(LINK)
    64         $(LD) -no-check-sections -N -T $(LINK) $(COMPONENT_OBJECTS) $(OBJECTS) -o $@
     64        $(CC) $(CFLAGS) -Wl,-no-check-sections,-N -T $(LINK) $(COMPONENT_OBJECTS) $(OBJECTS) -o $@
    6565
    6666%.o: %.S $(DEPEND)
Note: See TracChangeset for help on using the changeset viewer.