diff options
| author | Max Filippov <jcmvbkbc@gmail.com> | 2012-09-16 21:44:51 -0400 |
|---|---|---|
| committer | Chris Zankel <chris@zankel.net> | 2012-10-03 18:12:33 -0400 |
| commit | a753cd9abf389ce8fea79e7f30640926356778d3 (patch) | |
| tree | 6d2387d0ac7e0dd2bc620477ad609e6c314a500d | |
| parent | 7c94fe4a012e6d0858b9a80cbc18b7ee788f572d (diff) | |
xtensa: fix CODA build
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
| -rw-r--r-- | arch/xtensa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile index f973754ddf90..b201d4486098 100644 --- a/arch/xtensa/Makefile +++ b/arch/xtensa/Makefile | |||
| @@ -31,7 +31,7 @@ PLATFORM = $(platform-y) | |||
| 31 | export PLATFORM | 31 | export PLATFORM |
| 32 | 32 | ||
| 33 | # temporarily until string.h is fixed | 33 | # temporarily until string.h is fixed |
| 34 | KBUILD_CFLAGS += -ffreestanding | 34 | KBUILD_CFLAGS += -ffreestanding -D__linux__ |
| 35 | 35 | ||
| 36 | KBUILD_CFLAGS += -pipe -mlongcalls | 36 | KBUILD_CFLAGS += -pipe -mlongcalls |
| 37 | 37 | ||
