Skip to content

Commit

Permalink
Update Crosstool-NG from 1.21.0 to support Aarch64
Browse files Browse the repository at this point in the history
Signed-off-by: Curt Brune <[email protected]>
  • Loading branch information
pankajbansalnxp authored and Curt Brune committed Nov 29, 2016
1 parent 2d0011c commit 44a1f46
Show file tree
Hide file tree
Showing 31 changed files with 904 additions and 465 deletions.
5 changes: 4 additions & 1 deletion build-config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Copyright (C) 2014,2015 Carlos Cardenas <[email protected]>
# Copyright (C) 2014 david_yang <[email protected]>
# Copyright (C) 2014 Mandeep Sandhu <[email protected]>
# Copyright (C) 2016 Pankaj Bansal <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0
#
Expand Down Expand Up @@ -290,7 +291,9 @@ ONIE_MIRROR ?= http://mirror.opencompute.org/onie

include make/crosstool-ng.make
include make/kernel-download.make
include make/uclibc-download.make
ifneq ($(XTOOLS_LIBC),glibc)
include make/uclibc-download.make
endif
include make/xtools.make
include make/sysroot.make
include make/kernel.make
Expand Down
Loading

0 comments on commit 44a1f46

Please sign in to comment.