Changeset 99013b84 in mainline for uspace/lib/pcut/Makefile


Ignore:
Timestamp:
2018-05-15T18:54:09Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Parents:
fac0ac7
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-02 19:48:42)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-15 18:54:09)
Message:

Don't use custom ldscripts in uspace.

Even with the *-linux-gnu targets, there is practically nothing Linux-specific
in the linker itself. We get a few GNU program headers this way, but those
can be safely ignored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/Makefile

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