Skip to content

Commit

Permalink
armv8a: update toolchain to gcc-6.3.0 and glibc-2.25
Browse files Browse the repository at this point in the history
For armv8a (aarch64), move the toolchain forward to gcc-6.3.0 and
glibc-2.25.

Signed-off-by: Curt Brune <[email protected]>
  • Loading branch information
Curt Brune committed Jul 5, 2017
1 parent 7b5c7d5 commit c61240f
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 143 deletions.
2 changes: 1 addition & 1 deletion build-config/arch/armv8a.make
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ KERNEL_INSTALL_DEPS += $(KERNEL_VMLINUZ_INSTALL_STAMP) $(KERNEL_DTB_INSTALL_STAM

#Toolchain Options
XTOOLS_LIBC ?= glibc
XTOOLS_LIBC_VERSION ?= 2.24
XTOOLS_LIBC_VERSION ?= 2.25

STRACE_ENABLE ?= yes

Expand Down
Loading

0 comments on commit c61240f

Please sign in to comment.