projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux
[linux-2.6]
/
arch
/
um
/
Makefile-x86_64
diff --git
a/arch/um/Makefile-x86_64
b/arch/um/Makefile-x86_64
index
8ed362f
..
a9cd7e7
100644
(file)
--- a/
arch/um/Makefile-x86_64
+++ b/
arch/um/Makefile-x86_64
@@
-21,3
+21,6
@@
HEADER_ARCH := x86
LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64
LINK-y += -m64
+
+# Do unit-at-a-time unconditionally on x86_64, following the host
+KBUILD_CFLAGS += $(call cc-option,-funit-at-a-time)