From 866d079c5bfc9b278c654090a9c088fe2131db1d Mon Sep 17 00:00:00 2001 From: Brian Foster Date: Wed, 4 Dec 2013 12:32:59 -0500 Subject: contrib/qemu: remove the CONFIG_INT128 host config option These leads to compile failures in 32-bit build environments. BUG: 986775 Change-Id: I0b702f616e1d0e11eda7e55666fd1a7c67bfaeab Signed-off-by: Brian Foster Reviewed-on: http://review.gluster.org/6427 Reviewed-by: Anand Avati Tested-by: Anand Avati --- contrib/qemu/config-host.h | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') diff --git a/contrib/qemu/config-host.h b/contrib/qemu/config-host.h index 46b1595a8..6b5c8da12 100644 --- a/contrib/qemu/config-host.h +++ b/contrib/qemu/config-host.h @@ -66,7 +66,6 @@ #define CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE 1 #define CONFIG_HAS_ENVIRON 1 #define CONFIG_CPUID_H 1 -#define CONFIG_INT128 1 #define CONFIG_VIRTIO_BLK_DATA_PLANE $(CONFIG_VIRTIO) #define CONFIG_TRACE_NOP 1 #define CONFIG_TRACE_FILE trace -- cgit