Changeset f3fdecc in mainline for uspace/lib/pcut/Makefile


Ignore:
Timestamp:
2018-05-03T05:37:08Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f72560a
Parents:
349e04ac
Message:

Revert "Don't use custom ldscripts in uspace."

This reverts commit 66262a1bc2d53e61780c5f98a184a3b48b3de53f.

More work is needed on ia64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/Makefile

    r349e04ac rf3fdecc  
    3636
    3737test-libpcut-%: $(LIBRARY).a
    38         $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(STARTUP_OBJECT) $^ $(LIBRARY).a $(BASE_LIBS)
     38        $(CC) $(CFLAGS) $(LDFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $(LIBRARY).a $(BASE_LIBS)
    3939
Note: See TracChangeset for help on using the changeset viewer.