- Timestamp:
- 2018-05-01T19:02:23Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 742fc98e
- Parents:
- 5261062
- File:
- 
      - 1 edited
 
 - 
          
  boot/arch/mips32/src/Makefile.build (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      boot/arch/mips32/src/Makefile.buildr5261062 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.
  
