diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-05 15:03:35 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-05 15:03:35 -0500 |
commit | 6f5ed66fd94f594bf2fb6a3cce12ef25aef4eca7 (patch) | |
tree | 973ae3aa54e04ae24cca64cf477a7a576d7a5418 /src/xbs-abs | |
parent | cecb92679a5086d1ead4acee363bd726e5ab891d (diff) |
chroot-tools: Drop support for CHROOTARCH
This only existed to work around a compatibility-breaking change in
the Linux kernel. `uname -m` for MIPS-64 little-endian changed from
"mips64el" to "mips64". This meant that all existing packages' CARCH
was no longer == `uname -m`, so we had to de-unify the two, as we
couldn't do `setarch $CARCH`.
I'm removing this kludge because:
- We no longer actively support MIPS.
- Until two commits ago, it didn't work anyway
- We should avoid this on new architectures going forward (ARM,
anyone?)
- It's gross.
Diffstat (limited to 'src/xbs-abs')
0 files changed, 0 insertions, 0 deletions