Mac Mini G4 defconfig ?
Mathieu Malaterre
malat at debian.org
Sat Dec 16 07:52:01 AEDT 2017
On Fri, Dec 15, 2017 at 8:50 PM, Mathieu Malaterre <malat at debian.org> wrote:
> Hi there,
>
> Does anyone has working defconfig for a Mac Mini G4 ?
>
> Here is what I tried:
>
> $ cat ./arch/powerpc/configs/g4_defconfig
> CONFIG_PPC_FPU=y
> CONFIG_ALTIVEC=y
> $ make ARCH=powerpc g4_defconfig
> $ make -j8 ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- V=1
> set -e; : ' CHK include/config/kernel.release'; mkdir -p
That is odd. Doing a quick git bisect:
$ git checkout 3298b690b21cdbe6b2ae8076d9147027f396f2b1
$ make -n ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- -f ./Makefile
silentoldconfig V=1
+ make -n ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- -f ./Makefile
silentoldconfig V=1
/bin/sh: line 0: [: -ge: unary operator expected
make -f ./scripts/Makefile.build obj=scripts/basic
I cannot make sense of this shell error, maybe this is unrelated but
things start breaking around this commit.
More information about the Linuxppc-dev
mailing list