Changes between Version 4 and Version 5 of BuildSystem


Ignore:
Timestamp:
Oct 7, 2009, 7:42:53 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v4 v5  
    196196=== config.mk ===
    197197
    198 The following variable may be overridden:
     198The arch `config.mk`  may override the following variables:
    199199 `ARCHCFLAGS`::
    200200   C-compiler flags
     
    206206   Flags to give to host's cpp (HOSTCPP) program. This is only used for expansion of `.def` files.
    207207
     208The cpu `config.mk`  may override the following variables:
     209
     210 `CPUCFLAGS`::
     211   C-compiler flags
     212 `CPULDFLAGS`::
     213   Linker flags
     214
    208215=== ldscript ===
    209216