mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/pkg-autotools: remove redundant configs
Since the following commit:
b07030a708
The following host configs are included with $$(HOST_CONFIGURE_OPTS)
CFLAGS="$$(HOST_CFLAGS)"
LDFLAGS="$$(HOST_LDFLAGS)"
As they are redundant, we can remove them from the autotools infrastructure.
Signed-off-by: Neal Frager <neal.frager@amd.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
41734e00c0
commit
fefb6a6785
@@ -200,8 +200,6 @@ else
|
||||
define $(2)_CONFIGURE_CMDS
|
||||
(cd $$($$(PKG)_SRCDIR) && rm -rf config.cache; \
|
||||
$$(HOST_CONFIGURE_OPTS) \
|
||||
CFLAGS="$$(HOST_CFLAGS)" \
|
||||
LDFLAGS="$$(HOST_LDFLAGS)" \
|
||||
$$($$(PKG)_CONF_ENV) \
|
||||
CONFIG_SITE=/dev/null \
|
||||
./configure \
|
||||
|
||||
Reference in New Issue
Block a user