summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/xtensa/Makefile2
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)
31export PLATFORM 31export PLATFORM
32 32
33# temporarily until string.h is fixed 33# temporarily until string.h is fixed
34KBUILD_CFLAGS += -ffreestanding 34KBUILD_CFLAGS += -ffreestanding -D__linux__
35 35
36KBUILD_CFLAGS += -pipe -mlongcalls 36KBUILD_CFLAGS += -pipe -mlongcalls
37 37