Changes in tools/xcw/bin/helenos-cc [b501de7:a5c468e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-cc
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 CC="$("$XCW"/helenos-bld-config --cc)" … … 52 49 "$@" \ 53 50 -I"$XCW"/../include \ 54 -I"$EXPORT_DIR"/include/libc \ 55 -I"$EXPORT_DIR"/include 51 -I"$SRC_ROOT"/uspace/lib/c/include \ 52 -I"$SRC_ROOT"/abi/include \ 53 -I"$SRC_ROOT"/uspace/lib/c/arch/"$UARCH"/include
Note:
See TracChangeset
for help on using the changeset viewer.