diff options
-rw-r--r-- | arch/um/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index 4c993c89d0f0..55c0661e2b5d 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile | |||
@@ -28,6 +28,7 @@ ifeq ($(SUBARCH),i386) | |||
28 | endif | 28 | endif |
29 | ifeq ($(SUBARCH),x86_64) | 29 | ifeq ($(SUBARCH),x86_64) |
30 | HEADER_ARCH := x86 | 30 | HEADER_ARCH := x86 |
31 | KBUILD_CFLAGS += -mcmodel=large | ||
31 | endif | 32 | endif |
32 | 33 | ||
33 | HOST_DIR := arch/$(HEADER_ARCH) | 34 | HOST_DIR := arch/$(HEADER_ARCH) |