aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efddd646c5df..f330f6e8e3b0 100644
--- a/Makefile
+++ b/Makefile
@@ -381,7 +381,7 @@ endif
ifneq ($(IA),1)
CLANG_IA_FLAG = -no-integrated-as
endif
-CLANG_FLAGS := $(CLANG_TARGET) $(CLANG_GCC_TC) $(CLANG_IA_FLAG)
+CLANG_FLAGS := $(CLANG_TARGET) $(CLANG_GCC_TC) $(CLANG_IA_FLAG) -meabi gnu
endif
# Use USERINCLUDE when you must reference the UAPI directories only.