Skip to content

Commit

Permalink
sys-devel/gcc-13.2.0: bring back no-libs-for-startfile patch
Browse files Browse the repository at this point in the history
This patch is essential to make the compiler work in our toolchain.

Signed-off-by: Fabian Groffen <grobian@gentoo.org>
  • Loading branch information
grobian committed Jan 14, 2024
1 parent c7209d9 commit a1881ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys-devel/gcc/gcc-13.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ src_unpack() {
}

src_prepare() {
# make sure 64-bits native targets don't screw up the linker paths
eapply "${FILESDIR}"/gcc-12-no-libs-for-startfile.patch

if [[ ${CHOST} == *-darwin* ]] ; then
# https://bugs.gentoo.org/898610#c17
# kill no_pie patch, it breaks things here
Expand Down

0 comments on commit a1881ed

Please sign in to comment.