A bunch of tiny fixes

This commit is contained in:
Ciro Santilli
2018-03-12 04:37:46 +00:00
parent b8413532a5
commit 77d2e0a8a5
6 changed files with 26 additions and 17 deletions

14
configure vendored
View File

@@ -57,13 +57,13 @@ coreutils \
"
if "$gem5"; then
pkgs="$pkgs \
g++-6 \
gcc-6 \
gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabi \
libgoogle-perftools-dev \
protobuf-compiler \
"
g++-6 \
gcc-6 \
gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabi \
libgoogle-perftools-dev \
protobuf-compiler \
"
fi
command -v apt-get >/dev/null 2>&1 || {
cat <<EOF