sys-devel/gdb: Reset to vanilla ebuild

This commit is contained in:
Krzesimir Nowak 2022-12-06 14:51:21 +01:00
parent f6efb50cb6
commit 1f88c934c0

View File

@ -154,15 +154,6 @@ src_configure() {
# Ideally we would like automagic-or-disabled here.
# But the check does not quite work on i686: bug #760926.
$(use_enable cet)
# Flatcar: we need to set both configure options, --with-sysroot
# and --libdir, to fix cross build issues that happen when
# configuring gmp. We explicitly need --libdir. Having only
# --with-sysroot without --libdir would not fix the build issues.
# For some reason, it is not enough to set only --with-sysroot,
# also not enough to pass --with-gmp-xxx options.
--with-sysroot="${ESYSROOT}"
--libdir="${ESYSROOT}/usr/$(get_libdir)"
)
local sysroot="${EPREFIX}/usr/${CTARGET}"