Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649652
| From | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Unify the various copies of libgcc into lib |
| Date | 2017-05-24 16:10 +0200 |
| Message-ID | <tKF98-3ma-21@gated-at.bofh.it> (permalink) |
| References | <tKqa6-18X-11@gated-at.bofh.it> <tKEPM-2YG-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, May 24, 2017 at 02:49:24PM +0100, David Howells wrote: > 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: And if you need more than just the cross-compilers (e.g. libraries for the target architecture), I recommend a Debian Stretch or newer. Debian's Multi-Arch allows one to install libraries for the target system onto your build system. I have used that extensively in the past, for example to bootstrap GHC for various architectures [1]. Adrian > [1] https://wiki.debian.org/PortsDocs/BootstrappingGHC -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz@debian.org `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Unify the various copies of libgcc into lib Palmer Dabbelt <palmer@dabbelt.com> - 2017-05-24 00:10 +0200
[PATCH 1/7] lib: Add shared copies of some GCC library routines Palmer Dabbelt <palmer@dabbelt.com> - 2017-05-24 00:10 +0200
Re: [PATCH 1/7] lib: Add shared copies of some GCC library routines Matt Redfearn <matt.redfearn@imgtec.com> - 2017-05-24 11:00 +0200
Re: [PATCH 1/7] lib: Add shared copies of some GCC library routines Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-03 04:20 +0200
[PATCH 3/7] microblaze: Use libgcc files from lib/ Palmer Dabbelt <palmer@dabbelt.com> - 2017-05-24 00:10 +0200
Re: [PATCH 3/7] microblaze: Use libgcc files from lib/ kbuild test robot <lkp@intel.com> - 2017-05-24 13:30 +0200
[PATCH 2/7] m32r: Use lib/ucmpdi2.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-05-24 00:10 +0200
[PATCH 6/7] sh: Use lib/ashldi3,ashrdi3,lshrdi3}.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-05-24 00:10 +0200
Re: [PATCH 6/7] sh: Use lib/ashldi3,ashrdi3,lshrdi3}.c kbuild test robot <lkp@intel.com> - 2017-05-24 13:30 +0200
Re: [PATCH 6/7] sh: Use lib/ashldi3,ashrdi3,lshrdi3}.c kbuild test robot <lkp@intel.com> - 2017-05-24 13:40 +0200
[PATCH 7/7] sparc: Use lib/{cmpdi2,ucmpdi2}.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-05-24 00:10 +0200
[PATCH 5/7] score: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-05-24 00:10 +0200
[PATCH 4/7] mips: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-05-24 00:10 +0200
Re: [PATCH 4/7] mips: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c Matt Redfearn <matt.redfearn@imgtec.com> - 2017-05-24 11:10 +0200
Re: [PATCH 4/7] mips: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-03 04:20 +0200
Re: [PATCH 4/7] mips: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c kbuild test robot <lkp@intel.com> - 2017-05-24 13:50 +0200
Re: [PATCH 4/7] mips: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c kbuild test robot <lkp@intel.com> - 2017-05-24 14:00 +0200
Re: Unify the various copies of libgcc into lib Geert Uytterhoeven <geert@linux-m68k.org> - 2017-05-24 11:30 +0200
Re: Unify the various copies of libgcc into lib Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-03 05:10 +0200
Re: Unify the various copies of libgcc into lib David Howells <dhowells@redhat.com> - 2017-05-24 15:50 +0200
Re: Unify the various copies of libgcc into lib John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> - 2017-05-24 16:10 +0200
[PATCH 1/7] lib: Add shared copies of some GCC library routines Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-06 21:20 +0200
[PATCH 2/7] m32r: Use lib/ucmpdi2.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-06 21:20 +0200
Unify the various copies of libgcc into lib v2 Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-06 21:20 +0200
[PATCH 3/7] microblaze: Use libgcc files from lib/ Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-06 21:20 +0200
[PATCH 6/7] sparc: Use lib/{cmpdi2,ucmpdi2}.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-06 21:20 +0200
[PATCH 5/7] sh: Use lib/ashldi3,ashrdi3,lshrdi3}.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-06 21:20 +0200
[PATCH 4/7] score: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-06 21:20 +0200
[PATCH 7/7] MIPS: Use generic libgcc intrinsics Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-06 21:20 +0200
csiph-web