Openwrt/tools
Kevin Darbyshire-Bryant 99ddff0c7f tools: Update endian definitions for Mac OSX
- it appears (at least from OS X verison 10.10, Yosemite) that the
    big and little endian defintions have changed.

    the older

       #include <sys/_endian.h>
       #include <architecture/byte_order.h>

    reference yielded the following warning:

         #define __bswap_16(x)      NXSwapShort(x)
                                    ^
       /usr/include/architecture/byte_order.h:45:1: note: 'NXSwapShort' has been explicitly marked deprecated here

    For the new OS X editions, it seems that we need to refer to:

      #include <netinet/in.h>
      #include <libkern/OSByteOrder.h>

    and respectively use 'OSSwapInt16', 'OSSwapInt32', & 'OSSwapInt64', in
    place of 'NXSwapShort', 'NXSwapLong' & 'NXSwapLongLong'.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-12-19 15:08:30 +00:00
..
autoconf
automake
b43-tools
bc
bison tools/bison: Update to 3.2.2 2018-11-27 10:28:28 +01:00
ccache tools/ccache: update to 3.5 2018-11-01 13:49:52 +01:00
cmake tools/cmake: Update to 3.12.4 2018-11-12 12:04:38 +01:00
coreutils
dosfstools
e2fsprogs tools/e2fsprogs: fix build with clang 2018-09-15 15:49:43 +02:00
elftosb
expat
findutils
firmware-utils ath79: add support for TP-Link Archer A7 2018-12-17 08:09:13 +01:00
flex flex: Add a lex symlink 2018-11-25 19:23:03 +01:00
flock
genext2fs
gengetopt
gmp
include tools: Update endian definitions for Mac OSX 2018-12-19 15:08:30 +00:00
isl
kernel2minor
libelf
libressl build: fix libressl build on x32 (amd64ilp32) host 2018-11-01 17:16:52 +01:00
libtool
lzma
lzma-old
m4
make-ext4fs
missing-macros
mkimage
mklibs
mm-macros
mpc
mpfr
mtd-utils
mtools tools/mtools: Update to 4.0.19 2018-10-07 02:10:15 +02:00
padjffs2
patch tools/patch: Add fedora patch for crashing git style patches 2018-11-01 17:16:52 +01:00
patch-image
patchelf
pkg-config tools/pkg-config: Handle variable substitution of 'bindir' to redirect to STAGING_DIR/bin 2018-11-13 15:40:30 -05:00
qemu
quilt
scons
sdimage tools/sdimage: Fix build with host Linux headers < 3.18 2018-12-16 14:03:35 +01:00
sed
sparse
squashfs
squashfs4
sstrip
tar
upslug2
wrt350nv2-builder
xz tools/xz: Add PKG_CPE_ID for proper CVE tracking 2018-10-16 19:17:36 +01:00
zlib
Makefile tools: patch: Fix build by not modifing Makefile.am 2018-10-14 16:47:15 +02:00