- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- 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)
- Location:
- tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-ld
r32355bc r5fd05862 45 45 "$CC" \ 46 46 $CFLAGS \ 47 -Wl,--whole-archive \ 48 "$EXPORT_DIR"/lib/libstartfiles.a \ 49 -Wl,--no-whole-archive \ 47 50 "$@" \ 48 "$EXPORT_DIR"/lib/crt0.o \49 "$EXPORT_DIR"/lib/crt1.o \50 51 "$EXPORT_DIR"/lib/libc.a \ 51 52 -lgcc
Note:
See TracChangeset
for help on using the changeset viewer.