]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/Makefile-x86_64
r8169: revert "read MAC address from EEPROM on init"
[linux-2.6-omap-h63xx.git] / arch / um / Makefile-x86_64
index 8ed362f93582e9723aaacde7325553f9de435383..a9cd7e77a7abcf01f1bdef701d2beda93d0aea93 100644 (file)
@@ -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)