Skip to content

Commit

Permalink
Revert "AndroidBoot: Revert back to gcc 4.7 for lk"
Browse files Browse the repository at this point in the history
This reverts commit e9c5f4b

Change-Id: I9227b33233d92807185c719cb6ee58e9fcfe81dd
  • Loading branch information
Sridhar Parasuram authored and Gerrit - the friendly Code Review server committed Aug 19, 2014
1 parent e9c5f4b commit 3d6011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidBoot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ifndef 2ND_TARGET_GCC_VERSION
CROSS_COMPILE := ../../../prebuilts/gcc/linux-x86/arm/arm-eabi-$(TARGET_GCC_VERSION)/bin/arm-eabi-
else
CROSS_COMPILE := ../../../prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-
CROSS_COMPILE := ../../../prebuilts/gcc/linux-x86/arm/arm-eabi-$(2ND_TARGET_GCC_VERSION)/bin/arm-eabi-
endif

# Set flags if we need to include security libs
Expand Down

0 comments on commit 3d6011f

Please sign in to comment.