newlib: fix typo

This commit is contained in:
Giacomo Tesio 2017-04-22 18:29:48 +02:00
parent 065a42c61a
commit b84ab5b731
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export NEWLIB_BUILD=$NEWLIB/build/
export NEWLIB_PREFIX=$NEWLIB/output/
# since our cross compiler is inside the system root, we need this too
export CPATH=$CROSS_DIR/toolchain/lib/gcc/x86_64-jehanne/4.9.4/include:$CROSS_DIR/toolchain/lib/gcc/x86_64-jehanne/4.9.4/include-fixed"
export CPATH=$CROSS_DIR/toolchain/lib/gcc/x86_64-jehanne/4.9.4/include:$CROSS_DIR/toolchain/lib/gcc/x86_64-jehanne/4.9.4/include-fixed
function failOnError {