* commit '32e93384b73746c54f8bc0e8a7b818acc5c1b00e': Switch x86_64 to gcc-4.8
This commit is contained in:
commit
315522ec29
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ TARGET_ARCH_VARIANT := x86_64
|
|||
endif
|
||||
|
||||
ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
|
||||
TARGET_GCC_VERSION := 4.7
|
||||
TARGET_GCC_VERSION := 4.8
|
||||
else
|
||||
TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue