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 |
-rwxr-xr-x | configure | 5 |
@@ -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 |