Changeset 009c485 in mainline for boot/arch/mips32/src/Makefile.build
- Timestamp:
- 2018-05-01T19:02:23Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 742fc98e
- Parents:
- 5261062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/src/Makefile.build
r5261062 r009c485 62 62 63 63 $(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 $@ 65 65 66 66 %.o: %.S $(DEPEND)
Note:
See TracChangeset
for help on using the changeset viewer.