diff options
-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 | ||