mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
remove ARMSUBARCH relic from configure
commit 0f814a4e57
removed its use.
This commit is contained in:
parent
55b727d7ad
commit
03f71251e6
1 changed files with 0 additions and 5 deletions
5
configure
vendored
5
configure
vendored
|
@ -723,11 +723,6 @@ fi
|
|||
test "$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
|
||||
# that the compiler can be configured for. The logic for whether this
|
||||
|
|
Loading…
Add table
Reference in a new issue