From: gobo72 Date: Wed, 10 Oct 2012 00:45:12 +0000 (+0000) Subject: Correction problème avec make oldconfig pour architecture autre que le HOST. X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=03a6b06a58eca506a2631efb1f13ad4bb10dfd9a;p=hvlinux.git Correction problème avec make oldconfig pour architecture autre que le HOST. --- diff --git a/stage1/pkg/linux b/stage1/pkg/linux index 490a66c..5e1f516 100644 --- a/stage1/pkg/linux +++ b/stage1/pkg/linux @@ -28,7 +28,7 @@ hvbuild() # The 'yes' command repeatedly output a line with all specified string, or # 'y' by default. So, you can use it to simply "press enter", which will # result in using the defaults value for the 'make oldconfig' command. - echo 'yes "" | make oldconfig' >> ${SCRIPT} + echo 'yes "" | make ARCH=${CLFS_ARCH} CROSS_COMPILE=${CLFS_TARGET}- oldconfig' >> ${SCRIPT} echo "#make ARCH=${CLFS_ARCH} CROSS_COMPILE=${CLFS_TARGET}- menuconfig" >> ${SCRIPT}