Changes in tools/xcw/bin/helenos-ld [a5c468e:b501de7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-ld
ra5c468e rb501de7 34 34 XCW="$(dirname "$0")" 35 35 SRC_ROOT="$XCW/../../.." 36 if [ -z "$EXPORT_DIR" ]; then 37 EXPORT_DIR="$SRC_ROOT/uspace/export" 38 fi 36 39 UARCH="$("$XCW"/helenos-bld-config --uarch)" 37 40 CFLAGS="$("$XCW"/helenos-bld-config --cflags)" … … 43 46 $CFLAGS \ 44 47 "$@" \ 45 "$ SRC_ROOT"/uspace/lib/c/crt0.o \46 "$ SRC_ROOT"/uspace/lib/c/crt1.o \47 "$ SRC_ROOT"/uspace/lib/c/libc.a \48 "$EXPORT_DIR"/lib/crt0.o \ 49 "$EXPORT_DIR"/lib/crt1.o \ 50 "$EXPORT_DIR"/lib/libc.a \ 48 51 -lgcc
Note:
See TracChangeset
for help on using the changeset viewer.