Changeset c785296 in mainline for boot/arch/sparc64/loader/Makefile


Ignore:
Timestamp:
2007-09-09T19:55:56Z (17 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
857c0e7
Parents:
9b35499
Message:

IA64 loader (based on sparc loader)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/Makefile

    r9b35499 rc785296  
    102102
    103103image.boot: depend _components.h _link.ld $(COMPONENT_OBJECTS) $(OBJECTS)
    104         $(LD) -no-check-sections -N -T _link.ld $(COMPONENT_OBJECTS) $(OBJECTS) -o $@
     104        $(LD) -Map image.map -no-check-sections -N -T _link.ld $(COMPONENT_OBJECTS) $(OBJECTS) -o $@
    105105
    106106depend:
Note: See TracChangeset for help on using the changeset viewer.