mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
sys-devel/gdb: Reset to vanilla ebuild
This commit is contained in:
parent
f6efb50cb6
commit
1f88c934c0
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user