Skip to content

Commit

Permalink
smdk4412: use gcc 4.8 for building kernel
Browse files Browse the repository at this point in the history
Change-Id: I1a277213a6c62ae2c0c9f4ae6b1d18692fe6e8ed
  • Loading branch information
fourkbomb committed Oct 22, 2016
1 parent 150b440 commit 4567bd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BoardCommonConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ TARGET_PROVIDES_INIT_TARGET_RC := true
BOARD_KERNEL_CMDLINE := console=ttySAC2,115200
BOARD_KERNEL_BASE := 0x40000000
BOARD_KERNEL_PAGESIZE := 2048
TARGET_KERNEL_CROSS_COMPILE_PREFIX := arm-linux-androideabi-
KERNEL_TOOLCHAIN := $(ANDROID_BUILD_TOP)/prebuilts/gcc/$(HOST_OS)-x86/arm/arm-eabi-4.8/bin
TARGET_KERNEL_CROSS_COMPILE_PREFIX := arm-eabi-

# Filesystem
BOARD_NAND_PAGE_SIZE := 4096
Expand Down

0 comments on commit 4567bd4

Please sign in to comment.