Changeset e67fb9b in clfs-embedded for BOOK/cross-tools/mips/abi.xml
- Timestamp:
- Feb 10, 2011, 11:44:59 PM (14 years ago)
- Branches:
- master
- Children:
- 7003296
- Parents:
- a9cb92d (diff), 49c9bc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/abi.xml
ra9cb92d re67fb9b 12 12 13 13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 14 href="../ x86/abi.xml"14 href="../common/abi.xml" 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 18 href="../ x86/abi.xml"18 href="../common/abi.xml" 19 19 xpointer="xpointer(//*[@os='b'])"/> 20 20 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 22 href="../ x86/abi.xml"22 href="../common/abi.xml" 23 23 xpointer="xpointer(//*[@os='c'])"/> 24 24 … … 35 35 <row> 36 36 <entry>ABI</entry> 37 <entry> BUILD=Value</entry>37 <entry>CLFS_ABI=Value</entry> 38 38 </row> 39 39 </thead> … … 42 42 <row> 43 43 <entry>32-Bit</entry> 44 <entry> -mabi=32</entry>44 <entry>32</entry> 45 45 </row> 46 46 <row> 47 47 <entry>N32</entry> 48 <entry> -mabi=n32</entry>48 <entry>n32</entry> 49 49 </row> 50 50 <row> 51 51 <entry>64-Bit</entry> 52 <entry> -mabi=64</entry>52 <entry>64</entry> 53 53 </row> 54 54 </tbody>
Note:
See TracChangeset
for help on using the changeset viewer.