From f24fe57674a96b590076b7bbebf359b1eb396c99 Mon Sep 17 00:00:00 2001 From: Matlo Date: Mon, 15 Sep 2014 08:08:50 +0200 Subject: [PATCH] Replace i686 with i386. --- info.h | 4 ++-- shared/updater/updater.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/info.h b/info.h index fed5e659..c14c5de0 100644 --- a/info.h +++ b/info.h @@ -11,8 +11,8 @@ #define INFO_ARCH "x86_64" #endif -#ifdef __i686__ - #define INFO_ARCH "i686" +#ifdef __i386__ + #define INFO_ARCH "i386" #endif #ifdef __ARM_ARCH_6__ diff --git a/shared/updater/updater.h b/shared/updater/updater.h index fa07feb9..7606f5a4 100644 --- a/shared/updater/updater.h +++ b/shared/updater/updater.h @@ -13,7 +13,7 @@ #define DOWNLOAD_URL "http://gimx.fr/download/gimx-windows-64bits" #endif -#ifdef __i686__ +#ifdef __i386__ #define DOWNLOAD_URL "http://gimx.fr/download/gimx-windows-32bits" #endif @@ -30,7 +30,7 @@ #define DOWNLOAD_URL "http://gimx.fr/download/gimx-ubuntu-64bits.html" #endif -#ifdef __i686__ +#ifdef __i386__ #define DOWNLOAD_URL "http://gimx.fr/download/gimx-ubuntu-32bits.html" #endif