From 92f8cc49d3bd23d14c1ff827638403a97da6a9b3 Mon Sep 17 00:00:00 2001 From: ck Date: Fri, 5 Feb 2010 11:47:12 +0100 Subject: [PATCH] Maemo: Fix compilation for non-Intel platforms. Reviewed-by: kh1 --- src/libs/3rdparty/botan/build/botan/build_unix.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/libs/3rdparty/botan/build/botan/build_unix.h b/src/libs/3rdparty/botan/build/botan/build_unix.h index f921de9b50d..a49de5d7524 100644 --- a/src/libs/3rdparty/botan/build/botan/build_unix.h +++ b/src/libs/3rdparty/botan/build/botan/build_unix.h @@ -36,13 +36,6 @@ #define BOTAN_USE_GCC_INLINE_ASM 0 #endif -/* Target identification and feature test macros */ -#define BOTAN_TARGET_OS_IS_LINUX -#define BOTAN_TARGET_OS_HAS_POSIX_MLOCK - -#define BOTAN_TARGET_ARCH_IS_IA32 -#define BOTAN_TARGET_CPU_IS_LITTLE_ENDIAN -#define BOTAN_TARGET_UNALIGNED_LOADSTOR_OK 1 #define BOTAN_USE_STD_TR1