Changeset 5fd05862 in mainline for tools


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ecf56f80
Parents:
32355bc
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-15 13:55:37)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Convert uspace to meson

Location:
tools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xcw/bin/helenos-ld

    r32355bc r5fd05862  
    4545"$CC" \
    4646    $CFLAGS \
     47    -Wl,--whole-archive \
     48    "$EXPORT_DIR"/lib/libstartfiles.a \
     49    -Wl,--no-whole-archive \
    4750    "$@" \
    48     "$EXPORT_DIR"/lib/crt0.o \
    49     "$EXPORT_DIR"/lib/crt1.o \
    5051    "$EXPORT_DIR"/lib/libc.a \
    5152    -lgcc
Note: See TracChangeset for help on using the changeset viewer.