Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.4-gentoo-install.patch
Date: Thu, 31 Oct 2013 16:22:06
Message-Id: 20131031162200.7ED2C2004E@flycatcher.gentoo.org
1 mgorny 13/10/31 16:22:00
2
3 Modified: llvm-3.4-gentoo-install.patch
4 Log:
5 Update the Gentoo patch. Use multilib_build_binaries per bug #489586.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.5 sys-devel/llvm/files/llvm-3.4-gentoo-install.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?r1=1.4&r2=1.5
15
16 Index: llvm-3.4-gentoo-install.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- llvm-3.4-gentoo-install.patch 19 Aug 2013 11:33:13 -0000 1.4
23 +++ llvm-3.4-gentoo-install.patch 31 Oct 2013 16:22:00 -0000 1.5
24 @@ -1,7 +1,7 @@
25 -From f06a30b4412a99c083debf2621c3edb538a6b444 Mon Sep 17 00:00:00 2001
26 +From b8846d389ff5e2b768a114f752cf39788accba26 Mon Sep 17 00:00:00 2001
27 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@g.o>
28 Date: Mon, 19 Aug 2013 13:22:46 +0200
29 -Subject: [PATCH 1/2] gentoo install fixes
30 +Subject: [PATCH] gentoo install fixes
31
32 ---
33 Makefile.config.in | 6 +++---
34 @@ -32,13 +32,13 @@
35 PROJ_infodir := $(PROJ_prefix)/info
36 PROJ_mandir := $(PROJ_prefix)/share/man
37 diff --git a/Makefile.rules b/Makefile.rules
38 -index ed7e0e9..d3a18ca 100644
39 +index e53598b..217f754 100644
40 --- a/Makefile.rules
41 +++ b/Makefile.rules
42 @@ -275,7 +275,7 @@ ifeq ($(ENABLE_OPTIMIZED),1)
43 BuildMode := Release
44 # Don't use -fomit-frame-pointer on Darwin or FreeBSD.
45 - ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin Darwin FreeBSD GNU/kFreeBSD))
46 + ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin Darwin DragonFly FreeBSD GNU/kFreeBSD))
47 - OmitFramePointer := -fomit-frame-pointer
48 + OmitFramePointer :=
49 endif
50 @@ -133,5 +133,5 @@
51 include $(LEVEL)/Makefile.common
52
53 --
54 -1.8.3.2
55 +1.8.4.2