summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/kernel-ver.mk6
-rw-r--r--mk/vars.mk3
2 files changed, 5 insertions, 4 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 87a861da7..f391653d1 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -2,7 +2,7 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
KERNEL_VERSION:= 3.5.6
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 95d5c7271ad448bc965bdb29339b6923
+KERNEL_MD5SUM:= becf09adcea30bcbdb43cdd60710d3cc
endif
ifeq ($(ADK_KERNEL_VERSION_3_6_1),y)
KERNEL_VERSION:= 3.6.1
@@ -14,11 +14,11 @@ ifeq ($(ADK_KERNEL_VERSION_3_5_6),y)
KERNEL_VERSION:= 3.5.6
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 95d5c7271ad448bc965bdb29339b6923
+KERNEL_MD5SUM:= becf09adcea30bcbdb43cdd60710d3cc
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_13),y)
KERNEL_VERSION:= 3.4.13
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= f9cd4fe763396bf814f3a71de42fde9b
+KERNEL_MD5SUM:= 9c850d00c898ba792f29eb6a5973961c
endif
diff --git a/mk/vars.mk b/mk/vars.mk
index 6fc2eb192..02d54d787 100644
--- a/mk/vars.mk
+++ b/mk/vars.mk
@@ -95,7 +95,8 @@ TARGET_CXX:= ${TARGET_COMPILER_PREFIX}g++
TARGET_LD:= ${TARGET_COMPILER_PREFIX}ld
TARGET_CPPFLAGS:=
-TARGET_CFLAGS:= $(TARGET_CFLAGS_ARCH) -fwrapv -fno-ident -fhonour-copts
+TARGET_CFLAGS:= $(TARGET_CFLAGS_ARCH) -fwrapv -fno-ident -fhonour-copts $(ADK_TARGET_ABI_CFLAGS)
+TARGET_CFLAGS_LIBC:= $(TARGET_CFLAGS_ARCH) -fwrapv -fno-ident -fhonour-copts
TARGET_CXXFLAGS:= $(TARGET_CFLAGS_ARCH) -fwrapv -fno-ident
TARGET_LDFLAGS:= -L$(STAGING_TARGET_DIR)/lib -L$(STAGING_TARGET_DIR)/usr/lib \
-Wl,-O2 -Wl,-rpath -Wl,/usr/lib \