Skip to content

Commit d4f53bc

Browse files
Merge branch 'arc-dev' into arc-staging
2 parents 217e3aa + 790358e commit d4f53bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-uclibc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ fi
437437
# -----------------------------------------------------------------------------
438438
# Build stage 1 libgcc (not needed when cross compiling).
439439
if [ $IS_CROSS_COMPILING != yes ]; then
440-
echo "Buildring libgcc stage1..."
440+
echo "Building libgcc stage1..."
441441
cd $build_dir/gcc-stage1
442442
make_target building all-target-libgcc
443443
make_target installing install-target-libgcc

0 commit comments

Comments
 (0)