public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.4-gentoo-install.patch
@ 2013-08-06 22:02 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-06 22:02 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/08/06 22:02:44

  Modified:             llvm-3.4-gentoo-install.patch
  Log:
  Update the gentoo-install.patch to match current git.
  
  (Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.3                  sys-devel/llvm/files/llvm-3.4-gentoo-install.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?r1=1.2&r2=1.3

Index: llvm-3.4-gentoo-install.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- llvm-3.4-gentoo-install.patch	30 Jul 2013 14:04:13 -0000	1.2
+++ llvm-3.4-gentoo-install.patch	6 Aug 2013 22:02:44 -0000	1.3
@@ -1,17 +1,17 @@
-From be2ee7ba7ab4c1aec86d3d9e49e1be241afd8abd Mon Sep 17 00:00:00 2001
+From 912a22be663bc1c0cc20b9cde9c9a35e9f48275c Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <gentoo@mgorny.alt.pl>
 Date: Fri, 19 Jul 2013 10:10:52 +0200
 Subject: [PATCH 1/2] gentoo install fixes
 
 ---
  Makefile.config.in                      | 6 +++---
- Makefile.rules                          | 7 +++----
+ Makefile.rules                          | 6 +++---
  tools/gold/Makefile                     | 2 +-
  tools/llvm-config/BuildVariables.inc.in | 2 ++
  tools/llvm-config/Makefile              | 4 ++++
  tools/llvm-config/llvm-config.cpp       | 5 +++--
  utils/FileCheck/Makefile                | 2 +-
- 7 files changed, 17 insertions(+), 11 deletions(-)
+ 7 files changed, 17 insertions(+), 10 deletions(-)
 
 diff --git a/Makefile.config.in b/Makefile.config.in
 index dcca45f..e75ae2e 100644
@@ -32,7 +32,7 @@
  PROJ_infodir    := $(PROJ_prefix)/info
  PROJ_mandir     := $(PROJ_prefix)/share/man
 diff --git a/Makefile.rules b/Makefile.rules
-index 1bc78f1..60cd228 100644
+index 32b1ebc..5bb0342 100644
 --- a/Makefile.rules
 +++ b/Makefile.rules
 @@ -277,7 +277,7 @@ ifeq ($(ENABLE_OPTIMIZED),1)
@@ -44,12 +44,12 @@
    endif
    endif
    endif
-@@ -643,11 +642,11 @@ endif
- ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
+@@ -619,11 +619,11 @@ ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
+   endif
    ifneq ($(HOST_OS), Darwin)
      ifdef TOOLNAME
--      LD.Flags += $(RPATH) -Wl,'$$ORIGIN/../lib' $(DynamicFlag)
-+      LD.Flags += $(RPATH) -Wl,'$$ORIGIN/../lib' $(RPATH) -Wl,'$(PROJ_libdir)' $(DynamicFlag)
+-      LD.Flags += $(RPATH) -Wl,'$$ORIGIN/../lib'
++      LD.Flags += $(RPATH) -Wl,'$$ORIGIN/../lib' $(RPATH) -Wl,'$(PROJ_libdir)'
      endif
    else
      ifneq ($(DARWIN_MAJVERS),4)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.4-gentoo-install.patch
@ 2013-08-19 11:33 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-19 11:33 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/08/19 11:33:13

  Modified:             llvm-3.4-gentoo-install.patch
  Log:
  Update the LLVM Gentoo patch for live version.
  
  (Portage version: 2.2.0_p8/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.4                  sys-devel/llvm/files/llvm-3.4-gentoo-install.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?r1=1.3&r2=1.4

Index: llvm-3.4-gentoo-install.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- llvm-3.4-gentoo-install.patch	6 Aug 2013 22:02:44 -0000	1.3
+++ llvm-3.4-gentoo-install.patch	19 Aug 2013 11:33:13 -0000	1.4
@@ -1,6 +1,6 @@
-From 912a22be663bc1c0cc20b9cde9c9a35e9f48275c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <gentoo@mgorny.alt.pl>
-Date: Fri, 19 Jul 2013 10:10:52 +0200
+From f06a30b4412a99c083debf2621c3edb538a6b444 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
+Date: Mon, 19 Aug 2013 13:22:46 +0200
 Subject: [PATCH 1/2] gentoo install fixes
 
 ---
@@ -32,19 +32,19 @@
  PROJ_infodir    := $(PROJ_prefix)/info
  PROJ_mandir     := $(PROJ_prefix)/share/man
 diff --git a/Makefile.rules b/Makefile.rules
-index 32b1ebc..5bb0342 100644
+index ed7e0e9..d3a18ca 100644
 --- a/Makefile.rules
 +++ b/Makefile.rules
-@@ -277,7 +277,7 @@ ifeq ($(ENABLE_OPTIMIZED),1)
-   ifneq ($(HOST_OS),FreeBSD)
-   ifneq ($(HOST_OS),GNU/kFreeBSD)
-   ifneq ($(HOST_OS),Darwin)
+@@ -275,7 +275,7 @@ ifeq ($(ENABLE_OPTIMIZED),1)
+   BuildMode := Release
+   # Don't use -fomit-frame-pointer on Darwin or FreeBSD.
+   ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin Darwin FreeBSD GNU/kFreeBSD))
 -    OmitFramePointer := -fomit-frame-pointer
 +    OmitFramePointer :=
    endif
-   endif
-   endif
-@@ -619,11 +619,11 @@ ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
+ 
+   CXX.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer)
+@@ -615,11 +615,11 @@ ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
    endif
    ifneq ($(HOST_OS), Darwin)
      ifdef TOOLNAME





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.4-gentoo-install.patch
@ 2013-10-31 16:22 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-10-31 16:22 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/10/31 16:22:00

  Modified:             llvm-3.4-gentoo-install.patch
  Log:
  Update the Gentoo patch. Use multilib_build_binaries per bug #489586.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  sys-devel/llvm/files/llvm-3.4-gentoo-install.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch?rev=1.5&view=markup
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
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

Index: llvm-3.4-gentoo-install.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- llvm-3.4-gentoo-install.patch	19 Aug 2013 11:33:13 -0000	1.4
+++ llvm-3.4-gentoo-install.patch	31 Oct 2013 16:22:00 -0000	1.5
@@ -1,7 +1,7 @@
-From f06a30b4412a99c083debf2621c3edb538a6b444 Mon Sep 17 00:00:00 2001
+From b8846d389ff5e2b768a114f752cf39788accba26 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
 Date: Mon, 19 Aug 2013 13:22:46 +0200
-Subject: [PATCH 1/2] gentoo install fixes
+Subject: [PATCH] gentoo install fixes
 
 ---
  Makefile.config.in                      | 6 +++---
@@ -32,13 +32,13 @@
  PROJ_infodir    := $(PROJ_prefix)/info
  PROJ_mandir     := $(PROJ_prefix)/share/man
 diff --git a/Makefile.rules b/Makefile.rules
-index ed7e0e9..d3a18ca 100644
+index e53598b..217f754 100644
 --- a/Makefile.rules
 +++ b/Makefile.rules
 @@ -275,7 +275,7 @@ ifeq ($(ENABLE_OPTIMIZED),1)
    BuildMode := Release
    # Don't use -fomit-frame-pointer on Darwin or FreeBSD.
-   ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin Darwin FreeBSD GNU/kFreeBSD))
+   ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin Darwin DragonFly FreeBSD GNU/kFreeBSD))
 -    OmitFramePointer := -fomit-frame-pointer
 +    OmitFramePointer :=
    endif
@@ -133,5 +133,5 @@
  include $(LEVEL)/Makefile.common
  
 -- 
-1.8.3.2
+1.8.4.2
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-31 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 11:33 [gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.4-gentoo-install.patch Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-31 16:22 Michal Gorny (mgorny)
2013-08-06 22:02 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox