Ignore:
File:
1 edited

Legend:

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

    ra5c468e rb501de7  
    3434XCW="$(dirname "$0")"
    3535SRC_ROOT="$XCW/../../.."
     36if [ -z "$EXPORT_DIR" ]; then
     37        EXPORT_DIR="$SRC_ROOT/uspace/export"
     38fi
    3639UARCH="$("$XCW"/helenos-bld-config --uarch)"
    3740CC="$("$XCW"/helenos-bld-config --cc)"
     
    4952    "$@" \
    5053    -I"$XCW"/../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
     54    -I"$EXPORT_DIR"/include/libc \
     55    -I"$EXPORT_DIR"/include
Note: See TracChangeset for help on using the changeset viewer.