~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/x86/Makefile

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
        KBUILD_CFLAGS += -msoft-float -mregparm=3 -freg-struct-return
33
33
 
 
34
        # Don't autogenerate MMX or SSE instructions
 
35
        KBUILD_CFLAGS += -mno-mmx -mno-sse
 
36
 
34
37
        # Never want PIC in a 32-bit kernel, prevent breakage with GCC built
35
38
        # with nonstandard options
36
39
        KBUILD_CFLAGS += -fno-pic
57
60
        KBUILD_AFLAGS += -m64
58
61
        KBUILD_CFLAGS += -m64
59
62
 
 
63
        # Don't autogenerate MMX or SSE instructions
 
64
        KBUILD_CFLAGS += -mno-mmx -mno-sse
 
65
 
60
66
        # Use -mpreferred-stack-boundary=3 if supported.
61
 
        KBUILD_CFLAGS += $(call cc-option,-mno-sse -mpreferred-stack-boundary=3)
 
67
        KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=3)
62
68
 
63
69
        # FIXME - should be integrated in Makefile.cpu (Makefile_32.cpu)
64
70
        cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)