|
@@ -393,6 +393,11 @@ test "$ARCH" = "microblaze" && trycppif __MICROBLAZEEL__ "$t" \
|
|
test "$SUBARCH" \
|
|
test "$SUBARCH" \
|
|
&& printf "configured for %s variant: %s\n" "$ARCH" "$ARCH$SUBARCH"
|
|
&& printf "configured for %s variant: %s\n" "$ARCH" "$ARCH$SUBARCH"
|
|
|
|
|
|
|
|
+case "$ARCH$SUBARCH" in
|
|
|
|
+arm) ASMSUBARCH=el ;;
|
|
|
|
+*) ASMSUBARCH=$SUBARCH ;;
|
|
|
|
+esac
|
|
|
|
+
|
|
#
|
|
#
|
|
# Some archs (powerpc) have different possible long double formats
|
|
# Some archs (powerpc) have different possible long double formats
|
|
# that the compiler can be configured for. The logic for whether this
|
|
# that the compiler can be configured for. The logic for whether this
|
|
@@ -424,6 +429,7 @@ cat << EOF
|
|
# Any changes made here will be lost if configure is re-run
|
|
# Any changes made here will be lost if configure is re-run
|
|
ARCH = $ARCH
|
|
ARCH = $ARCH
|
|
SUBARCH = $SUBARCH
|
|
SUBARCH = $SUBARCH
|
|
|
|
+ASMSUBARCH = $ASMSUBARCH
|
|
prefix = $prefix
|
|
prefix = $prefix
|
|
exec_prefix = $exec_prefix
|
|
exec_prefix = $exec_prefix
|
|
bindir = $bindir
|
|
bindir = $bindir
|