From 9831e85efde08790a58920ab6d24bd9df48a025b Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Thu, 18 Jun 2015 10:39:06 +0300 Subject: Don't add -m32/-m64 to the cflags If the environment already indicates that the compiler targets either x86 or x86_64, we don't need to enforce this by trying to force the compiler to output a specific bitness. Change-Id: Ife6e717e90b4da4edd852dcd66ad92dba70939a2 --- encoder.x86_64.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encoder.x86_64.mk') diff --git a/encoder.x86_64.mk b/encoder.x86_64.mk index 188a1b9..14205a3 100644 --- a/encoder.x86_64.mk +++ b/encoder.x86_64.mk @@ -1,4 +1,4 @@ -libavce_cflags_x86_64 += -DX86 -m64 -msse4.2 -mno-avx +libavce_cflags_x86_64 += -DX86 -msse4.2 -mno-avx libavce_inc_dir_x86_64 += $(LOCAL_PATH)/encoder/x86 libavce_inc_dir_x86_64 += $(LOCAL_PATH)/common/x86 -- cgit v1.2.3