diff options
| author | cm <cesar.maximo@gmail.com> | 2016-06-29 21:43:36 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-11-11 02:45:20 +0100 |
| commit | 417ae1f7de23c31918c544eda1ca0990230e6466 (patch) | |
| tree | 975c747aa747ab36763c07c66b1b481ba470fb2d | |
| parent | 9ca4665f7f2411dc66445c84c07e5a7d87adbde3 (diff) | |
KBUILD_CFLAGS: Some tuning
use cortex-a53 and arm platf proper optimized flags
| -rwxr-xr-x | arch/arm64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 2477743d9..799869fdc 100755 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -23,7 +23,7 @@ KBUILD_DEFCONFIG := defconfig cflags-$(CONFIG_ARCH_MT6753) += -DMEIZU_M81 KBUILD_CFLAGS += $(cflags-y) KBUILD_CFLAGS += -mgeneral-regs-only -KBUILD_CFLAGS += -fno-pic +KBUILD_CFLAGS += -fno-pic -mtune=cortex-a53 -march=armv8-a KBUILD_CPPFLAGS += -mlittle-endian AS += -EL LD += -EL |
