From 03a6b06a58eca506a2631efb1f13ad4bb10dfd9a Mon Sep 17 00:00:00 2001 From: gobo72 Date: Wed, 10 Oct 2012 00:45:12 +0000 Subject: [PATCH] =?utf8?q?Correction=20probl=C3=A8me=20avec=20make=20oldco?= =?utf8?q?nfig=20pour=20architecture=20autre=20que=20le=20HOST.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- stage1/pkg/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.20.1