Changeset 117183b in mainline


Ignore:
Timestamp:
2005-07-26T20:08:32Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7021492
Parents:
11485dec
Message:

Documentation changes.
Most importantly, update information about supported binutils and gcc versions.

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/TODO

    r11485dec r117183b  
    1818+ [ia32] review the cache controling bits in CR0 register
    1919+ [ia32] zero the alignment exception bit in EFLAGS                       [DONE]
    20   - Task changed to clean AM in CR0 so the alignment check is disabled globaly
     20  - Task changed to clean AM in CR0 so the alignment check is disabled globally
    2121+ make emulated architectures also work on real hardware
    2222+ bring in support for other architectures (e.g. PowerPC)
  • doc/requirements

    r11485dec r117183b  
    66
    77        COMPILER REQUIREMENTS
    8         o binutils 2.15
    9         o gcc 2.95
    10         o gcc 3.3.2 - gcc 3.3.5
     8        o binutils 2.15 and gcc 3.3.5
     9        o older versions may do as well, but are now obsoleted
    1110
    1211        SMP COMPATIBILITY
     
    3130
    3231        COMPILER REQUIREMENTS
    33         o binutils 2.14 mips cross binutils
    34         o gcc 2.8.1 mips cross compiler
    35         o gcc 3.2.3 mips cross compiler
     32        o mips binutils 2.16 and gcc 4.0.1 cross compiler
     33        o older versions may do as well, but are now obsoleted
    3634
    3735        EMULATORS AND VIRTUALIZERS
     
    4644        EMULATORS AND VIRTUALIZERS
    4745        o ski
     46       
     47        COMPILER REQUIREMENTS
     48        o IA-64 binutils 2.15 and gcc 4.0.0 cross compiler
     49        o older versions may do as well, but are now obsoleted
Note: See TracChangeset for help on using the changeset viewer.