X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Flinux;h=5e1f516366739e0487a8247ff1ff21da4f045f06;hb=22a823c33927f2b793e9158ae304debac123928e;hp=490a66cc87e977ccfbe6fbfa509072f13351c79c;hpb=6cbd8248d64dfffe1716d272a2cd0702c4460d25;p=hvlinux.git 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}