summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-20 07:53:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-20 07:53:01 +0100
commit6c79680171b28dc40d24e0d2fe17117164e97495 (patch)
tree473cb442c43147b9108e7f0c4fdb887e3b1c1ec0 /mk/build.mk
parentc847620da9e572763586651df9c3543492fa4498 (diff)
need to use gcc mode thumb, to compile glibc, CFLAGS is not enough
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 101a5aa05..68e63783b 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -122,6 +122,9 @@ POSTCONFIG= -@\
if [ "$$(grep ^ADK_KERNEL_VERSION_ .config|md5sum)" != "$$(grep ^ADK_KERNEL_VERSION_ .config.old|md5sum)" ];then \
make kernelclean;\
fi; \
+ if [ "$$(grep ^ADK_LINUX_ARM_WITH_THUMB .config|md5sum)" != "$$(grep ^ADK_LINUX_ARM_WITH_THUMB .config.old|md5sum)" ];then \
+ echo "You should make cleantarget, after changing thumb mode";\
+ fi; \
if [ $$rebuild -eq 1 ];then \
cp .config .config.old;\
fi; \