summaryrefslogtreecommitdiff
path: root/util/crossgcc
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-02-17 14:44:14 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-02-18 01:21:21 +0100
commit0362517d1cc1d25a422ba9ab111382c7fe538fed (patch)
treedde389c0c7272f42e624ad0d801b9ed528753534 /util/crossgcc
parent106053537ccfd990b678e072d5f941fb0f134e7a (diff)
downloadcoreboot-0362517d1cc1d25a422ba9ab111382c7fe538fed.tar.xz
crossgcc: Change 'tar balls' to 'tarballs'
Change-Id: I8665724c381c204af5bc8bb06117c8af9c32be8a Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/13729 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-xutil/crossgcc/buildgcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index a02056a94e..dc6540d314 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -728,12 +728,12 @@ export PATH=$DESTDIR$TARGETDIR/bin:$PATH
# Download, unpack, patch and build all packages
-printf "Downloading tar balls ... \n"
+printf "Downloading tarballs ... \n"
mkdir -p tarballs
for P in $PACKAGES; do
download $P
done
-printf "Downloaded tar balls ... ${green}ok${NC}\n"
+printf "Downloaded tarballs ... ${green}ok${NC}\n"
printf "Unpacking and patching ... \n"
for P in $PACKAGES; do