Re: linux.h patch for mips

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

 




> That's why my private patch for mips64-linux has:
> 
>   %{mips1:-D_MIPS_ISA=_MIPS_ISA_MIPS1} \
>   %{mips2:-D_MIPS_ISA=_MIPS_ISA_MIPS2} \
>   %{mips32:-D_MIPS_ISA=_MIPS_ISA_MIPS32} \
>   %{mips3:-D_MIPS_ISA=_MIPS_ISA_MIPS3} \
>   %{mips4:-D_MIPS_ISA=_MIPS_ISA_MIPS4} \
>   %{mips5:-D_MIPS_ISA=_MIPS_ISA_MIPS5} \
>   %{mips64:-D_MIPS_ISA=_MIPS_ISA_MIPS64} \
>   %{!mips*: \
>     %{mabi=32|mabi=o32|!mabi*:-D_MIPS_ISA=_MIPS_ISA_MIPS1} \
>     %{mabi=n32|mabi=64|mabi=n64:-D_MIPS_ISA=_MIPS_ISA_MIPS3}} \

Not a bad start. There's more that needs to be done, I may end up having
to submit kernel patches to make everything agree. Do people use a cvs
server or ...

-eric

-- 
I will not carve gods


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux