Change-Id: Ie3e6f4f84524bed315446c09525738f7b8dcd268
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
TMPDIR="$WORKSPACE/tmp"
PREFIX="/build"
LIBDIR="lib"
+LIBDIR_ARCH="$LIBDIR"
# RHEL and SLES both use lib64 but don't bother shipping a default autoconf
# site config that matches this.
# Detect the userspace bitness in a distro agnostic way
if file -L /bin/bash | grep '64-bit' >/dev/null 2>&1; then
LIBDIR_ARCH="${LIBDIR}64"
- else
- LIBDIR_ARCH="$LIBDIR"
fi
fi
TMPDIR="$WORKSPACE/tmp"
PREFIX="/build"
LIBDIR="lib"
+LIBDIR_ARCH="$LIBDIR"
# RHEL and SLES both use lib64 but don't bother shipping a default autoconf
# site config that matches this.
# Detect the userspace bitness in a distro agnostic way
if file -L /bin/bash | grep '64-bit' >/dev/null 2>&1; then
LIBDIR_ARCH="${LIBDIR}64"
- else
- LIBDIR_ARCH="$LIBDIR"
fi
fi
TAPDIR="$WORKSPACE/tap"
PREFIX="/build"
LIBDIR="lib"
+LIBDIR_ARCH="$LIBDIR"
# RHEL and SLES both use lib64 but don't bother shipping a default autoconf
# site config that matches this.
# Detect the userspace bitness in a distro agnostic way
if file -L /bin/bash | grep '64-bit' >/dev/null 2>&1; then
LIBDIR_ARCH="${LIBDIR}64"
- else
- LIBDIR_ARCH="$LIBDIR"
fi
fi
TMPDIR="$WORKSPACE/tmp"
PREFIX="/build"
LIBDIR="lib"
+LIBDIR_ARCH="$LIBDIR"
# RHEL and SLES both use lib64 but don't bother shipping a default autoconf
# site config that matches this.
# Detect the userspace bitness in a distro agnostic way
if file -L /bin/bash | grep '64-bit' >/dev/null 2>&1; then
LIBDIR_ARCH="${LIBDIR}64"
- else
- LIBDIR_ARCH="$LIBDIR"
fi
fi