public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in eclass/ELT-patches/aixrtl: 2.0.0-fpic-c 2.0.0-fpic-cxx
@ 2015-02-09 12:53 Michael Haubenwallner (haubi)
  0 siblings, 0 replies; only message in thread
From: Michael Haubenwallner (haubi) @ 2015-02-09 12:53 UTC (permalink / raw
  To: gentoo-commits

haubi       15/02/09 12:53:37

  Added:                2.0.0-fpic-c 2.0.0-fpic-cxx
  Log:
  ELT-patches/aixrtl: Need -fPIC on AIX since gcc-4.8 or so.

Revision  Changes    Path
1.1                  eclass/ELT-patches/aixrtl/2.0.0-fpic-c

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/aixrtl/2.0.0-fpic-c?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/aixrtl/2.0.0-fpic-c?rev=1.1&content-type=text/plain

Index: 2.0.0-fpic-c
===================================================================
--- configure
+++ configure
@@ -1,6 +1,9 @@
       if test "$host_cpu" = ia64; then
 	# AIX 5 now supports IA64 processor
 	lt_prog_compiler_static='-Bstatic'
+	lt_prog_compiler_pic='-fPIC'
+      else
+	lt_prog_compiler_pic='-fPIC'
       fi
       ;;
 



1.1                  eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx?rev=1.1&content-type=text/plain

Index: 2.0.0-fpic-cxx
===================================================================
--- configure
+++ configure
@@ -1,6 +1,9 @@
       if test "$host_cpu" = ia64; then
 	# AIX 5 now supports IA64 processor
 	lt_prog_compiler_static_CXX='-Bstatic'
+	lt_prog_compiler_pic_CXX='-fPIC'
+      else
+	lt_prog_compiler_pic_CXX='-fPIC'
       fi
       ;;
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-09 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-09 12:53 [gentoo-commits] gentoo-x86 commit in eclass/ELT-patches/aixrtl: 2.0.0-fpic-c 2.0.0-fpic-cxx Michael Haubenwallner (haubi)

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