-
- Downloads
tools: Fix compilation on x32 host
Compiling the host tools on the new x32 architecture (which is
an ILP32 ELF32 system on an amd64 CPU) fails for various reasons.
gmp: pull same fix I applied to OpenADK, which was inspired
by the fix in the Debian source package
mtd-utils: write a workaround myself; only affects x32, but
the use of llseek is dangerous according to the manpage, so
the guard ifdef should probably go away
findutils: pull fix straight from the Debian source packae
Signed-off-by:
Thorsten Glaser <tg@mirbsd.org>
SVN-Revision: 43060
Showing
- tools/findutils/patches/21-Fix-time_t-vs-long-int-mismatches.patch 158 additions, 0 deletions...dutils/patches/21-Fix-time_t-vs-long-int-mismatches.patch
- tools/gmp/Makefile 4 additions, 0 deletionstools/gmp/Makefile
- tools/mtd-utils/patches/110-portability.patch 4 additions, 1 deletiontools/mtd-utils/patches/110-portability.patch
Loading
Please register or sign in to comment