diff options
author | Zack Weinberg <zackw@panix.com> | 2017-10-03 13:44:52 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-10-03 13:44:52 -0400 |
commit | 85cac94a8de9e5f260c7ac38076c8e332e0fd63a (patch) | |
tree | a9ae112cddec39847fbbf8831b0b82b398b29aaf /libcrypt.minver | |
parent | 5a24dd1c009f07a2de5b994186540043664874ef (diff) | |
download | libxcrypt-85cac94a8de9e5f260c7ac38076c8e332e0fd63a.tar.gz libxcrypt-85cac94a8de9e5f260c7ac38076c8e332e0fd63a.tar.bz2 libxcrypt-85cac94a8de9e5f260c7ac38076c8e332e0fd63a.zip |
libcrypt.minver: Fill in the conditional for m68k/coldfire.
As I do not have coldfire hardware nor can I presently build a cross
compiler for it (GCC's coldfire backend has been broken since 2012(!):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68467) this was derived
from inspecting code in gcc/config/m68k/ and has not been tested at all.
Diffstat (limited to 'libcrypt.minver')
-rw-r--r-- | libcrypt.minver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrypt.minver b/libcrypt.minver index 18ce752..63937cd 100644 --- a/libcrypt.minver +++ b/libcrypt.minver @@ -35,7 +35,7 @@ aarch64.* GLIBC_2.17 x86_64.* GLIBC_2.16 /* x32 */ ULONG_MAX == UINT_MAX tilepro.* GLIBC_2.12 tilegx.* GLIBC_2.12 -m68k.* GLIBC_2.4 /* coldfire - how to detect? */ 0 +m68k.* GLIBC_2.4 /* coldfire */ defined __mcoldfire__ arm.* GLIBC_2.4 powerpc64.* GLIBC_2.3 x86_64.* GLIBC_2.2.5 |