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