Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problems in building evbearm7hf (Re: big-endian kernel fails to boot on Cubietruck)



> OK. Actually, these are small patches. I attached them below:
>
> (1) build fails with STRIPFLAG=-s

I see the patches are for userland and kernel side. Does this patch help use
STRIPFLAG on the kernel side.

>
> With STRIPFLAG=-s in /etc/mk.conf, all userland binaries are installed
> with -s flag. Since there is a trick that /usr/mdec/*.bin are built as
> userland programs, installation fails with this flag. To avoid this,
> ignore STRIPFLAG for /usr/mdec guys.
>
> ====
> --- sys/arch/evbarm/stand/gzboot/Makefile.gzboot.orig   2015-07-14
> 12:49:29.000000000 +0900
> +++ sys/arch/evbarm/stand/gzboot/Makefile.gzboot        2015-07-13
> 16:10:47.000000000 +0900
> @@ -26,6 +26,7 @@
>  LIBC=
>  LIBCRTBEGIN=
>  LIBCRTEND=
> +STRIPFLAG=

STRIPFLAG Still is not being set as -s.


Home | Main Index | Thread Index | Old Index