On Thursday, September 29, 2011 18:40:23 Steve Bennett wrote:
> --- a/extra/Configs/Config.microblaze
> +++ b/extra/Configs/Config.microblaze
> 
> +choice
> +     prompt "Microblaze MMU Capability"
> +     default CONFIG_MICROBLAZE_NO_MMU
> +     depends on TARGET_microblaze
> +     help
> +             Determines the MMU capability of your microblaze CPU.
> +
> +config CONFIG_MICROBLAZE_NO_MMU
> +     bool "no mmu"
> +     select HAVE_NO_PIC
> +     select ARCH_HAS_NO_SHARED
>       select ARCH_HAS_NO_MMU
> +
> +config CONFIG_MICROBLAZE_MMU
> +     bool "mmu"
> +     select ARCH_HAS_MMU
> +
> +endchoice

why do you need your own ?  we already have common ARCH_USE_MMU.

> --- a/include/elf.h
> +++ b/include/elf.h
> 
> +/* Xilinx Microblaze (unofficial). Note that there is now an official
> microblaze
> + * magic number, but all the toolchains currently in existence
> use the old number
> + */
> +#define EM_MICROBLAZE   0xbaab

please keep in sync with binutils.  they use 189 for EM_MICROBLAZE and 0xbaab 
for EM_MICROBLAZE_OLD
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to