mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
@@ -17,7 +17,7 @@ do_configure() {
|
|||||||
libtoolize --force
|
libtoolize --force
|
||||||
gnu-configize --force
|
gnu-configize --force
|
||||||
oe_runconf
|
oe_runconf
|
||||||
if [ "${BUILD_ARCH}" != "${HOST_ARCH" ]; then
|
if [ "${BUILD_ARCH}" != "${HOST_ARCH}" ]; then
|
||||||
# In the non-native case we need to make substitutions to use
|
# In the non-native case we need to make substitutions to use
|
||||||
# the native versions of the tools
|
# the native versions of the tools
|
||||||
for i in */Makefile */*.inc */*/Makefile */*/*.inc ; do
|
for i in */Makefile */*.inc */*/Makefile */*/*.inc ; do
|
||||||
|
|||||||
Reference in New Issue
Block a user