diff options
author | Stefan O'Rear <sorear@fastmail.com> | 2020-09-03 03:17:45 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2022-04-27 08:45:18 -0400 |
commit | 03f71251e6987b18d005e5a9e07d20906ae4b143 (patch) | |
tree | 4cf519a55fcbe20bdb38232cb2d6a4ce5d1963d9 | |
parent | 55b727d7ad6c3c8ac147622c441e2995e553e91d (diff) | |
download | musl-03f71251e6987b18d005e5a9e07d20906ae4b143.tar.gz musl-03f71251e6987b18d005e5a9e07d20906ae4b143.tar.bz2 musl-03f71251e6987b18d005e5a9e07d20906ae4b143.tar.xz musl-03f71251e6987b18d005e5a9e07d20906ae4b143.zip |
remove ARMSUBARCH relic from configure
commit 0f814a4e57e80d2512934820b878211e9d71c93e removed its use.
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |