How to package cross compilers?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: How to package cross compilers?
- From: Christer Solskogen via Gcc-help <gcc-help@xxxxxxxxxxx>
- Date: Sun, 7 Feb 2021 15:55:57 +0100
- Reply-to: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0
Hi!
I'm about to rewrite a package for a aarch64 cross compiler for Arch
Linux, and I'm wondering how it should be packaged. What they've done
earlier is to have sysroot set to /usr/${TARGET}, but that way they mix
stuff from binutils who also installs stuff into that directory. So they
mix files for the host system into a directory that should be reserved
for the target system.
What do you think of using /usr/sysroot/${TARGET} for sysroots instead?
Does that seem like a sound idea?
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]