Merge heads
This commit is contained in:
commit
ee8e17f901
|
@ -5395,6 +5395,8 @@ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
|
||||||
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
|
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
|
||||||
as_fn_error $? "internal configure error for the platform triplet, please file a bug report" "$LINENO" 5
|
as_fn_error $? "internal configure error for the platform triplet, please file a bug report" "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
|
||||||
|
MULTIARCH=$PLATFORM_TRIPLET
|
||||||
fi
|
fi
|
||||||
if test x$PLATFORM_TRIPLET = x; then
|
if test x$PLATFORM_TRIPLET = x; then
|
||||||
PLATDIR=plat-$MACHDEP
|
PLATDIR=plat-$MACHDEP
|
||||||
|
|
|
@ -882,6 +882,8 @@ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
|
||||||
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
|
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
|
||||||
AC_MSG_ERROR([internal configure error for the platform triplet, please file a bug report])
|
AC_MSG_ERROR([internal configure error for the platform triplet, please file a bug report])
|
||||||
fi
|
fi
|
||||||
|
elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
|
||||||
|
MULTIARCH=$PLATFORM_TRIPLET
|
||||||
fi
|
fi
|
||||||
if test x$PLATFORM_TRIPLET = x; then
|
if test x$PLATFORM_TRIPLET = x; then
|
||||||
PLATDIR=plat-$MACHDEP
|
PLATDIR=plat-$MACHDEP
|
||||||
|
|
Loading…
Reference in New Issue