View previous topic :: View next topic |
Author |
Message |
Zucca Moderator
Joined: 14 Jun 2007 Posts: 3687 Location: Rasi, Finland
|
Posted: Tue Sep 10, 2024 3:24 pm Post subject: Remove gcc on ARM system with llvm toolchain and glibc? |
|
|
Code: | (M2Air) livecd ~ # equery d gcc
* These packages depend on gcc:
app-crypt/libb2-0.98.1-r3 (openmp ? >=sys-devel/gcc-4.2[openmp])
app-misc/resolve-march-native-5.0.2 (>=sys-devel/gcc-4.2)
(test ? >=sys-devel/gcc-4.2)
app-portage/portage-utils-0.96.1 (openmp ? sys-devel/gcc[openmp])
dev-lang/rust-bin-1.79.0 (sys-devel/gcc)
sys-devel/clang-common-18.1.8-r1 (!default-compiler-rt ? sys-devel/gcc)
(!default-libcxx ? sys-devel/gcc)
sys-devel/gcc-13.3.1_p20240614 (ada ? sys-devel/gcc[ada])
(d ? sys-devel/gcc[d(-)])
(d ? <sys-devel/gcc-12[d(-)])
sys-libs/glibc-2.39-r6 (>=sys-devel/gcc-6.2)
sys-libs/libcxx-18.1.8 (!libcxxabi ? >=sys-devel/gcc-4.7[cxx]) | I'd like to keep llvm+glibc on this system.
But does glibc force me to keep gcc? Musl on this system would seem pretty adventurous... _________________ ..: Zucca :..
My gentoo installs: | init=/sbin/openrc-init
-systemd -logind -elogind seatd |
Quote: | I am NaN! I am a man! |
|
|
Back to top |
|
|
bstaletic Guru
Joined: 05 Apr 2014 Posts: 363
|
Posted: Tue Sep 10, 2024 3:28 pm Post subject: |
|
|
Quote: | But does glibc force me to keep gcc? | Yes, it does. At least at build time. Have you tried a binhost? |
|
Back to top |
|
|
Zucca Moderator
Joined: 14 Jun 2007 Posts: 3687 Location: Rasi, Finland
|
Posted: Tue Sep 10, 2024 4:51 pm Post subject: |
|
|
Nah. I'd just like to avoid gcc. Binhost doesn't solve it.
I wouldn't like to try out musl on this, quite experimental, platform.
I wonder how many things would break... _________________ ..: Zucca :..
My gentoo installs: | init=/sbin/openrc-init
-systemd -logind -elogind seatd |
Quote: | I am NaN! I am a man! |
|
|
Back to top |
|
|
|