mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 13:50:38 +00:00
fwknop: Use new config.guess and config.sub
This brings in new architecture support for risc-v Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
5d37441579
commit
80bc976c52
@ -17,6 +17,9 @@ EXTRA_OECONF = " --with-iptables=/usr/sbin/iptables \
|
|||||||
"
|
"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
|
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config
|
||||||
|
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/config
|
||||||
|
|
||||||
aclocal
|
aclocal
|
||||||
libtoolize --automake --copy --force
|
libtoolize --automake --copy --force
|
||||||
autoconf
|
autoconf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user