mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
glibc: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
4c3e5d330c
commit
16f29e9546
@ -28,7 +28,7 @@ PKG_DEPENDS_INIT="glibc"
|
||||
PKG_SECTION="toolchain/devel"
|
||||
PKG_SHORTDESC="glibc: The GNU C library"
|
||||
PKG_LONGDESC="The Glibc package contains the main C library. This library provides the basic routines for allocating memory, searching directories, opening and closing files, reading and writing files, string handling, pattern matching, arithmetic, and so on."
|
||||
PKG_BUILD_FLAGS="-lto -gold"
|
||||
PKG_BUILD_FLAGS="-gold"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="BASH_SHELL=/bin/sh \
|
||||
ac_cv_path_PERL=no \
|
||||
|
Loading…
x
Reference in New Issue
Block a user