* commit '9b5e64a80878131dbf1e78d92565f4c39bff5c63': Remove "-mstackrealign" option from all x86 builds.
This commit is contained in:
commit
e86ee5e707
6 changed files with 1 additions and 6 deletions
|
@ -28,7 +28,7 @@ $(combo_2nd_arch_prefix)HOST_AR := $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PRE
|
|||
$(combo_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG := prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
|
||||
|
||||
# We expect SSE3 floating point math.
|
||||
$(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -mstackrealign -msse3 -mfpmath=sse -m32 -Wa,--noexecstack -march=prescott
|
||||
$(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -msse3 -mfpmath=sse -m32 -Wa,--noexecstack -march=prescott
|
||||
$(combo_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS += -m32 -Wl,-z,noexecstack
|
||||
|
||||
ifneq ($(strip $(BUILD_HOST_static)),)
|
||||
|
|
|
@ -13,6 +13,5 @@ ARCH_X86_HAVE_MOVBE := true
|
|||
# CFLAGS for this arch
|
||||
arch_variant_cflags := \
|
||||
-march=core-avx2 \
|
||||
-mstackrealign \
|
||||
-mfpmath=sse \
|
||||
|
||||
|
|
|
@ -13,6 +13,5 @@ ARCH_X86_HAVE_MOVBE := false
|
|||
# CFLAGS for this arch
|
||||
arch_variant_cflags := \
|
||||
-march=core-avx-i \
|
||||
-mstackrealign \
|
||||
-mfpmath=sse \
|
||||
|
||||
|
|
|
@ -13,6 +13,5 @@ ARCH_X86_HAVE_MOVBE := false
|
|||
# CFLAGS for this arch
|
||||
arch_variant_cflags := \
|
||||
-march=corei7-avx \
|
||||
-mstackrealign \
|
||||
-mfpmath=sse \
|
||||
|
||||
|
|
|
@ -15,6 +15,5 @@ ARCH_X86_HAVE_MOVBE := true
|
|||
# CFLAGS for this arch
|
||||
arch_variant_cflags := \
|
||||
-march=slm \
|
||||
-mstackrealign \
|
||||
-mfpmath=sse \
|
||||
|
||||
|
|
|
@ -11,6 +11,5 @@ ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by current Atom CPUs
|
|||
# CFLAGS for this arch
|
||||
arch_variant_cflags := \
|
||||
-march=atom \
|
||||
-mstackrealign \
|
||||
-mfpmath=sse \
|
||||
|
||||
|
|
Loading…
Reference in a new issue