Changeset 4884635 in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Mar 5, 2007, 10:02:57 AM (17 years ago)
Author:
Maarten Lankhorst <m.b.lankhorst@…>
Branches:
master
Children:
ad36f39
Parents:
9a57cc4
Message:

Add arm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/uclibc.xml

    r9a57cc4 r4884635  
    2828    architecture:</para>
    2929
    30 <screen os="b"><userinput>cp extra/Configs/Config.in extra/Configs/Config.in.orig
    31 sed -e "s:default TARGET_i386:default TARGET_mips:" \
    32    extra/Configs/Config.in.orig > extra/Configs/Config.in
    33 cp extra/Configs/Config.mips extra/Configs/Config.mips.orig
     30<screen os="b"><userinput>cp extra/Configs/Config.mips extra/Configs/Config.mips.orig
    3431sed -e "s:default CONFIG_MIPS_ISA_1:default CONFIG_MIPS_ISA_${CLFS_MIPS_LEVEL}:" \
    3532   extra/Configs/Config.mips.orig > extra/Configs/Config.mips</userinput></screen>
     
    5148  xpointer="xpointer(//*[@os='f'])"/>
    5249
    53   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54   href="../x86/uclibc.xml"
    55   xpointer="xpointer(//*[@os='g'])"/>
     50<screen os="g"><userinput>make defconfig ARCH=mips</userinput></screen>
    5651
    5752  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.