summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Looks like 2.13 might be terminally broken on alpha, removing keyword for nowTobias Klausmann2011-03-261-6/+6
| | | | (Portage version: 2.1.9.44/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
* Looks like 2.13 might be terminally broken on alpha, removing keyword for nowTobias Klausmann2011-03-262-3/+6
| | | | (Portage version: 2.1.9.44/cvs/Linux x86_64)
* Make sure the forced CC comes from the target and not the host so ↵Mike Frysinger2011-03-201-5/+5
| | | | | | cross-compiling picks up the right value. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Make sure the forced CC comes from the target and not the host so ↵Mike Frysinger2011-03-202-3/+7
| | | | | | cross-compiling picks up the right value. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
* Check for the __sync_fetch_and_add symbol directly rather than trying to ↵Mike Frysinger2011-03-201-40/+6
| | | | | | mess with the defines in the CPP output #199334 by Xavier Neys. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Check for the __sync_fetch_and_add symbol directly rather than trying to ↵Mike Frysinger2011-03-203-17/+39
| | | | | | mess with the defines in the CPP output #199334 by Xavier Neys. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
* oldMike Frysinger2011-03-2011-3667/+0
|
* drop CFLAGS_x86 forcing since the affected profiles dont exist anymore ↵Mike Frysinger2011-03-201-2/+12
| | | | | | #265237 by Nick Fortino (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* drop CFLAGS_x86 forcing since the affected profiles dont exist anymore ↵Mike Frysinger2011-03-201-4/+1
| | | | | | #265237 by Nick Fortino (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
* drop unused use_multilib funcMike Frysinger2011-03-203-30/+4
|
* Only generate /lib symlinks when SYMLINK_LIB is used.Mike Frysinger2011-03-181-6/+6
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Only generate /lib symlinks when SYMLINK_LIB is used.Mike Frysinger2011-03-182-3/+7
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
* Stick the ABI flags into CC so that they are used at all steps -- compiler, ↵Mike Frysinger2011-03-182-5/+12
| | | | assemble, and link.
* add patch to fix building for parisc systemsMike Frysinger2011-03-111-7/+5
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* add patch to fix building for parisc systemsMike Frysinger2011-03-111-3/+3
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
* oldMike Frysinger2011-03-111-254/+0
|
* Update many ports, more static fixes, and work around sigaction bad code ↵Mike Frysinger2011-03-111-4/+7
| | | | | | #283470. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Update many ports, more static fixes, and work around sigaction bad code ↵Mike Frysinger2011-03-112-1/+261
| | | | | | #283470. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
* Get header-only install working for mips systems #235551 by Joshua Kinard.Mike Frysinger2011-03-111-7/+7
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Get header-only install working for mips systems #235551 by Joshua Kinard.Mike Frysinger2011-03-114-7/+25
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
* Split out the target-specific flag munging into its own func to make the ↵Mike Frysinger2011-03-101-5/+5
| | | | | | common logic easier to understand, and skip it altogether for headers targets since we wont have a compiler which can accept the flags in the first place. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Split out the target-specific flag munging into its own func to make the ↵Mike Frysinger2011-03-102-30/+43
| | | | | | common logic easier to understand, and skip it altogether for headers targets since we wont have a compiler which can accept the flags in the first place. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
* Handle "default" ABI for sparc64 targets without falling back to a sparc32 ↵Mike Frysinger2011-03-101-5/+5
| | | | | | CTARGET. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Handle "default" ABI for sparc64 targets without falling back to a sparc32 ↵Mike Frysinger2011-03-102-4/+9
| | | | CTARGET.
* Drop old sparc64 tls test #340773 by Alex Buell.Mike Frysinger2011-03-101-5/+5
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Drop old sparc64 tls test #340773 by Alex Buell.Mike Frysinger2011-03-102-11/+6
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
* Kill off usage of prep_ml_includes since the func is going away, and glibc ↵Mike Frysinger2011-03-091-11/+17
| | | | | | itself takes care of multilib include paths. (Portage version: 2.2.0_alpha25/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Kill off usage of prep_ml_includes since the func is going away, and glibc ↵Mike Frysinger2011-03-096-1268/+11
| | | | | | itself takes care of multilib include paths. (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
* Always get multilib info via multilib_env and move the CFLAGS_abi value from ↵Mike Frysinger2011-03-092-10/+19
| | | | that explicitly into CFLAGS (rather than letting gcc-config do it magicallyin the backend via the env). This avoids ugly issues like distcc in a cross or multilib setup freaking out (#330423) as well as ccache pollution of wrong ELF types (such as #79519). Further, it fixes multilib building for glibc targets where the configure script detects the desired multilib based purely on the compiler flags since the target is the same (e.g. mips64-xxx and n32 vs n64, and probably others).
* Do not bail out of sanity compile tests when building from a binary package ↵Mike Frysinger2011-03-092-12/+37
| | | | #324685 by Diego Elio Pettenò.
* alpha/arm/ia64/sh/sparc stable wrt #350744Raúl Porcel2011-03-071-22/+2
| | | | (Portage version: 2.1.9.41/cvs/Linux ia64, unsigned Manifest commit)
* alpha/arm/ia64/sh/sparc stable wrt #350744Raúl Porcel2011-03-072-3/+6
| | | | (Portage version: 2.1.9.41/cvs/Linux ia64)
* Stable on amd64 wrt bug #350744Markos Chandras2011-03-041-2/+22
| | | | (Portage version: 2.1.9.41/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
* Stable on amd64 wrt bug #350744Markos Chandras2011-03-042-3/+6
| | | | (Portage version: 2.1.9.41/cvs/Linux x86_64)
* Stable for HPPA (bug #350744).Jeroen Roovers2011-03-031-12/+2
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux i686, unsigned Manifest commit)
* Stable for HPPA (bug #350744).Jeroen Roovers2011-03-032-3/+6
| | | | (Portage version: 2.2.0_alpha26/cvs/Linux i686)
* Update by Jeroen Roovers for hppa patch fail #357005.Mike Frysinger2011-03-021-9/+9
| | | | (Portage version: 2.2.0_alpha25/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Update by Jeroen Roovers for hppa patch fail #357005.Mike Frysinger2011-03-023-5/+9
| | | | (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
* x86 stable per bug 350744Thomas Kahle2011-03-011-2/+12
| | | | (Portage version: 2.1.9.40/cvs/Linux i686, signed Manifest commit with key 0xF87C90D6)
* x86 stable per bug 350744Thomas Kahle2011-03-012-3/+6
| | | | (Portage version: 2.1.9.40/cvs/Linux i686)
* ppc/ppc64 stable wrt #350744Kacper Kowalik2011-03-011-12/+2
| | | | (Portage version: 2.2.0_alpha25/cvs/Linux ppc64, unsigned Manifest commit)
* ppc/ppc64 stable wrt #350744Kacper Kowalik2011-03-012-3/+6
| | | | (Portage version: 2.2.0_alpha25/cvs/Linux ppc64)
* Drop libbsd.a symlink #355899 by Kevin McCarthy.Mike Frysinger2011-02-221-10/+10
| | | | (Portage version: 2.2.0_alpha24/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Drop libbsd.a symlink #355899 by Kevin McCarthy.Mike Frysinger2011-02-227-29/+16
| | | | (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
* Fix from upstream for ldso prelink segfaults #353814 and fix static linking ↵Mike Frysinger2011-02-141-3/+13
| | | | | | with fortify symbols #353816 by Harris Landgarten. (Portage version: 2.2.0_alpha23/cvs/Linux x86_64, signed Manifest commit with key C1E2EC96)
* Fix from upstream for ldso prelink segfaults #353814 and fix static linking ↵Mike Frysinger2011-02-142-1/+261
| | | | | | with fortify symbols #353816 by Harris Landgarten. (Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
* oldMike Frysinger2011-02-141-260/+0
|
* ingSamuli Suominen2011-02-071-1/+1
| | | | (Portage version: 2.2.0_alpha20/cvs/Linux x86_64, unsigned Manifest commit)
* ingSamuli Suominen2011-02-071-2/+2
| | | | (Portage version: 2.2.0_alpha20/cvs/Linux x86_64)
* Abort if sys-devel/prelink is installed wrt #353814.Samuli Suominen2011-02-071-2/+2
| | | | (Portage version: 2.2.0_alpha20/cvs/Linux x86_64, unsigned Manifest commit)