https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123852

--- Comment #9 from John Paul Adrian Glaubitz <glaubitz at physik dot 
fu-berlin.de> ---
(In reply to Andrew Pinski from comment #7)
> Note I am worried about this one even though it currently only shows up on
> sh the most, it could possible show up on other targets. I tried to get the
> algol 68 building with a cross compiler but getting a full sysroot was
> something which I was not trying to do at that point.

You can easily create an sh4 sysroot with the following command provided that
debootstrap and qemu-user are installed on the host system:

$ debootstrap --no-check-gpg --arch=sh4
--include=debian-ports-archive-keyring,build-essential unstable sh4-sysroot
http://ftp.ports.debian.org/debian-ports

This creates the sysroot into the directory sh4-sysroot. It should work on
Debian, Ubuntu and Fedora and openSUSE.

Reply via email to