public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: Palmer Dabbelt <palmer@dabbelt.com>
Cc: dhowells@redhat.com, monstr@monstr.eu, ralf@linux-mips.org,
	liqin.linux@gmail.com, lennox.wu@gmail.com,
	ysato@users.sourceforge.jp, dalias@libc.org, davem@davemloft.net,
	linux-mips@linux-mips.org, linux-sh@vger.kernel.org,
	sparclinux@vger.kernel.org, geert@linux-m68k.org,
	linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Subject: Re: Unify the various copies of libgcc into lib
Date: Wed, 24 May 2017 14:49:24 +0100	[thread overview]
Message-ID: <23396.1495633764@warthog.procyon.org.uk> (raw)
In-Reply-To: <20170523220546.16758-1-palmer@dabbelt.com>

Palmer Dabbelt <palmer@dabbelt.com> wrote:

> ... Unfortunately I don't actually have all these cross compilers setup...

If you have Fedora, you have the following available as standard RPMs:

	gcc-aarch64-linux-gnu
	gcc-alpha-linux-gnu
	gcc-arm-linux-gnu
	gcc-avr32-linux-gnu
	gcc-bfin-linux-gnu
	gcc-c6x-linux-gnu
	gcc-cris-linux-gnu
	gcc-frv-linux-gnu
	gcc-h8300-linux-gnu
	gcc-hppa-linux-gnu
	gcc-hppa64-linux-gnu
	gcc-ia64-linux-gnu
	gcc-m32r-linux-gnu
	gcc-m68k-linux-gnu
	gcc-microblaze-linux-gnu
	gcc-mips64-linux-gnu
	gcc-mn10300-linux-gnu
	gcc-nios2-linux-gnu
	gcc-powerpc64-linux-gnu
	gcc-ppc64-linux-gnu
	gcc-s390x-linux-gnu
	gcc-sh-linux-gnu
	gcc-sparc64-linux-gnu
	gcc-tile-linux-gnu
	gcc-xtensa-linux-gnu

They're built from the same sources as the gcc rpm (and the matching binutils
cross rpms are built from the same sources as the binutils rpm) - it's only
the spec file that's different, and they lag a bit behind the core
gcc/binutils as they only get updated after those change.

So in Fedora 25 these are all gcc-6 and in Fedora 26 they're all gcc-7.

David

  parent reply	other threads:[~2017-05-24 13:49 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-23 22:05 Unify the various copies of libgcc into lib Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` [PATCH 1/7] lib: Add shared copies of some GCC library routines Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05   ` Palmer Dabbelt
2017-05-24  8:52   ` Matt Redfearn
2017-05-24  8:52     ` Matt Redfearn
2017-06-03  2:18     ` Palmer Dabbelt
2017-06-03  2:18       ` Palmer Dabbelt
2017-05-23 22:05 ` [PATCH 2/7] m32r: Use lib/ucmpdi2.c Palmer Dabbelt
2017-05-23 22:05   ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` [PATCH 3/7] microblaze: Use libgcc files from lib/ Palmer Dabbelt
2017-05-23 22:05   ` Palmer Dabbelt
2017-05-24 11:22   ` kbuild test robot
2017-05-24 11:22     ` kbuild test robot
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` [PATCH 4/7] mips: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c Palmer Dabbelt
2017-05-23 22:05   ` Palmer Dabbelt
2017-05-24  9:01   ` Matt Redfearn
2017-05-24  9:01     ` Matt Redfearn
2017-06-03  2:18     ` Palmer Dabbelt
2017-05-24 11:39   ` kbuild test robot
2017-05-24 11:39     ` kbuild test robot
2017-05-24 11:50   ` kbuild test robot
2017-05-24 11:50     ` kbuild test robot
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` [PATCH 5/7] score: " Palmer Dabbelt
2017-05-23 22:05   ` Palmer Dabbelt
2017-05-23 22:05 ` [PATCH 6/7] sh: Use lib/ashldi3,ashrdi3,lshrdi3}.c Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05   ` Palmer Dabbelt
2017-05-24 11:22   ` kbuild test robot
2017-05-24 11:22     ` kbuild test robot
2017-05-24 11:30   ` kbuild test robot
2017-05-24 11:30     ` kbuild test robot
2017-05-23 22:05 ` [PATCH 7/7] sparc: Use lib/{cmpdi2,ucmpdi2}.c Palmer Dabbelt
2017-05-23 22:05   ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-23 22:05 ` Palmer Dabbelt
2017-05-24  9:21 ` Unify the various copies of libgcc into lib Geert Uytterhoeven
2017-05-24  9:21   ` Geert Uytterhoeven
2017-06-03  2:59   ` Palmer Dabbelt
2017-06-03  2:59     ` Palmer Dabbelt
2017-05-24 13:49 ` David Howells [this message]
2017-05-24 13:49   ` David Howells
2017-05-24 13:59   ` John Paul Adrian Glaubitz
2017-05-24 13:59     ` John Paul Adrian Glaubitz
2017-06-06 19:10 ` Unify the various copies of libgcc into lib v2 Palmer Dabbelt
2017-06-06 19:10 ` Palmer Dabbelt
2017-06-06 19:10   ` [PATCH 1/7] lib: Add shared copies of some GCC library routines Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10     ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` [PATCH 2/7] m32r: Use lib/ucmpdi2.c Palmer Dabbelt
2017-06-06 19:10     ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` [PATCH 3/7] microblaze: Use libgcc files from lib/ Palmer Dabbelt
2017-06-06 19:10     ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` [PATCH 4/7] score: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c Palmer Dabbelt
2017-06-06 19:10     ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` [PATCH 5/7] sh: Use lib/ashldi3,ashrdi3,lshrdi3}.c Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10     ` Palmer Dabbelt
2017-06-07 19:27     ` kbuild test robot
2017-06-07 19:27       ` kbuild test robot
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` [PATCH 6/7] sparc: Use lib/{cmpdi2,ucmpdi2}.c Palmer Dabbelt
2017-06-06 19:10     ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` [PATCH 7/7] MIPS: Use generic libgcc intrinsics Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10     ` Palmer Dabbelt
2017-06-09 19:53     ` Ralf Baechle
2017-06-09 19:53       ` Ralf Baechle
2017-06-06 19:10   ` Palmer Dabbelt
2017-06-06 19:10   ` Palmer Dabbelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=23396.1495633764@warthog.procyon.org.uk \
    --to=dhowells@redhat.com \
    --cc=dalias@libc.org \
    --cc=davem@davemloft.net \
    --cc=geert@linux-m68k.org \
    --cc=lennox.wu@gmail.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=liqin.linux@gmail.com \
    --cc=monstr@monstr.eu \
    --cc=palmer@dabbelt.com \
    --cc=ralf@linux-mips.org \
    --cc=sparclinux@vger.kernel.org \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox