diff options
| -rwxr-xr-x | configure | 2 | ||||
| -rwxr-xr-x | tools/config.sub (renamed from config.sub) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ BUILDDIR=$(pwd) # set command prefix for cross-compilation if [ -n "${CHOST}" ]; then # normalize the chost before parsing it - NORM_CHOST=$(sh "$SRCDIR"/config.sub $CHOST) + NORM_CHOST=$(sh "$SRCDIR"/tools/config.sub $CHOST) uname="$(echo "${NORM_CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)-.*$/\1/')" CROSS_PREFIX="${CHOST}-" ARCH="$(echo "${NORM_CHOST}" | sed -e 's/-.*//')" diff --git a/config.sub b/tools/config.sub index 3d50a16f86..3d50a16f86 100755 --- a/config.sub +++ b/tools/config.sub |
