From 9a9f73e411e96ae6fef24bb0475e7462c0a19d38 Mon Sep 17 00:00:00 2001 From: Brian Foster Date: Wed, 4 Dec 2013 13:15:24 -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: I739d3585c1ac69566ce25f700de2132f5125a55a Signed-off-by: Brian Foster Reviewed-on: http://review.gluster.org/6428 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 46b1595a806..6b5c8da1243 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