Skip to content

Commit

Permalink
plz work
Browse files Browse the repository at this point in the history
  • Loading branch information
vercas committed Dec 11, 2016
1 parent 0b0ebad commit 9931b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doit
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ for ARCH in $ARCHES; do
COMMON_OPTIONS=" --target=$TARGET --prefix=$INSTALLPATH --disable-werror "

if [ "$TARGOS" != "elf" ]; then
COMMON_OPTIONS=" --with-sysroot=$SCRIPTROOT/sysroots/$TARGOS " $COMMON_OPTIONS
COMMON_OPTIONS=" --with-sysroot=$SCRIPTROOT/sysroots/$TARGOS $COMMON_OPTIONS"
fi

# Building Binutils
Expand Down

0 comments on commit 9931b83

Please sign in to comment.