Changes between Version 4 and Version 5 of Soclib Cc/Soclib Conf


Ignore:
Timestamp:
Jun 6, 2012, 5:12:00 PM (12 years ago)
Author:
meunier
Comment:

Corrections mineures (anglais)

Legend:

Unmodified
Added
Removed
Modified
  • Soclib Cc/Soclib Conf

    v4 v5  
    4242}}}
    4343
    44 Now if we want to compile a platform with SystemCass, the only thing to is to tell it to `soclib-cc`:
     44Now if we want to compile a platform with SystemCass, the only thing to do is to tell it to `soclib-cc`:
    4545{{{
    4646$ soclib-cc -t systemcass
     
    5858== Configuration objects ==
    5959
    60 SoCLib's configuration file is using inherence in order to be able to share
     60SoCLib's configuration file is using inheritance in order to be able to share
    6161parameters among different similar instances.
    6262
     
    8181== Inheriting ==
    8282
    83 Inherence is written using `parent =` as follows:
     83Inheritance is written using `parent =` as follows:
    8484{{{
    8585config.my_new_toolchain = Toolchain(
     
    9191`config` is a global object defined by configuration system. It holds current configuration status.
    9292
    93 == Inherence and default fields values ==
     93== Inheritance and default fields values ==
    9494
    9595Using a `parent` is optional. If you use `parent =`, all the parent's fields are used