Naman Govil (namangov@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11244
-gerrit
commit bd2a980eaa2a50ef456717f9c3457e805842e9f8 Author: Naman Govil namangov@gmail.com Date: Wed Jul 15 02:54:27 2015 -0400
util modifications for armv8
Local to system
Change-Id: I7bd1c30085a638b31755384c3588e4db5abd4cdf Signed-off-by: Naman Govil namangov@gmail.com --- util/.DS_Store | Bin 0 -> 15364 bytes util/cbfstool/cbfs_image.c | 1 + util/crossgcc/.DS_Store | Bin 0 -> 12292 bytes util/crossgcc/buildgcc | 2 +- 4 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/util/.DS_Store b/util/.DS_Store new file mode 100644 index 0000000..fbbbca1 Binary files /dev/null and b/util/.DS_Store differ diff --git a/util/cbfstool/cbfs_image.c b/util/cbfstool/cbfs_image.c index 2ce4bdd..fb313d3 100644 --- a/util/cbfstool/cbfs_image.c +++ b/util/cbfstool/cbfs_image.c @@ -24,6 +24,7 @@ #include <stdlib.h> #include <string.h> #include <strings.h> +#include <arpa/inet.h>
#include "common.h" #include "cbfs_image.h" diff --git a/util/crossgcc/.DS_Store b/util/crossgcc/.DS_Store new file mode 100644 index 0000000..e27f60d Binary files /dev/null and b/util/crossgcc/.DS_Store differ diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index b78b141..f7a8023 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -387,7 +387,7 @@ build_BINUTILS() { fi CC="$CC" ../binutils-${BINUTILS_VERSION}/configure --prefix=$TARGETDIR \ --target=${TARGETARCH} --enable-targets=${TARGETARCH}${ADDITIONALTARGET} \ - --disable-werror --disable-nls --enable-lto --enable-gold \ + --disable-werror --disable-nls --enable-lto \ --enable-plugins --enable-multilibs CFLAGS="$HOSTCFLAGS" || touch .failed $MAKE $JOBS || touch .failed $MAKE install DESTDIR=$DESTDIR || touch .failed