commit | a753cd9abf389ce8fea79e7f30640926356778d3 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Sep 17 05:44:51 2012 +0400 |
committer | Chris Zankel <chris@zankel.net> | Wed Oct 03 15:12:33 2012 -0700 |
tree | 6d2387d0ac7e0dd2bc620477ad609e6c314a500d | |
parent | 7c94fe4a012e6d0858b9a80cbc18b7ee788f572d [diff] [blame] |
xtensa: fix CODA build Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile index f973754..b201d44 100644 --- a/arch/xtensa/Makefile +++ b/arch/xtensa/Makefile
@@ -31,7 +31,7 @@ export PLATFORM # temporarily until string.h is fixed -KBUILD_CFLAGS += -ffreestanding +KBUILD_CFLAGS += -ffreestanding -D__linux__ KBUILD_CFLAGS += -pipe -mlongcalls