Gentoo Archives: gentoo-commits

From: "Dane Smith (c1pher)" <c1pher@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt/files: makefile-archdetect.diff
Date: Wed, 01 Jun 2011 14:46:19
Message-Id: 20110601144610.71C3A20057@flycatcher.gentoo.org
1 c1pher 11/06/01 14:46:10
2
3 Added: makefile-archdetect.diff
4 Log:
5 app-crypt/truecrypt: Revbump. Add new patch. Fixes bug 369203.
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-crypt/truecrypt/files/makefile-archdetect.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/files/makefile-archdetect.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/truecrypt/files/makefile-archdetect.diff?rev=1.1&content-type=text/plain
14
15 Index: makefile-archdetect.diff
16 ===================================================================
17 --- Makefile 2010-09-05 10:32:10.000000000 -0400
18 +++ Makefile.new 2011-06-01 10:17:41.575000055 -0400
19 @@ -128,7 +128,7 @@
20 ifneq (,$(filter i386 i486 i586 i686 x86,$(ARCH)))
21 CPU_ARCH = x86
22 ASM_OBJ_FORMAT = elf32
23 -else ifneq (,$(filter x86_64 x86-64 amd64 x64,$(ARCH)))
24 +else ifneq (,$(filter i3 i5 i7 x86_64 x86-64 amd64 x64,$(ARCH)))
25 CPU_ARCH = x64
26 ASM_OBJ_FORMAT = elf64
27 endif