mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
mpich: 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>
This commit is contained in:
@@ -31,6 +31,11 @@ EXTRA_OECONF = "--enable-debuginfo \
|
|||||||
inherit autotools-brokensep gettext
|
inherit autotools-brokensep gettext
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
|
for d in confdb test/mpi/confdb src/openpa/confdb src/pm/hydra/confdb src/pm/hydra/tools/topo/hwloc/hwloc/config src/pm/hydra/mpl/confdb src/mpl/confdb src/mpi/romio/confdb; do
|
||||||
|
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/$d
|
||||||
|
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/$d
|
||||||
|
done
|
||||||
|
|
||||||
autoreconf --verbose --install --force -I . -I confdb/ -I maint/
|
autoreconf --verbose --install --force -I . -I confdb/ -I maint/
|
||||||
oe_runconf
|
oe_runconf
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user