Changeset 851 for trunk/buildconf.inc


Ignore:
Timestamp:
12/03/09 04:17:05 (3 years ago)
Author:
reyalp
Message:

add options control building of signature and stubs_entry.S files. From barberofcivil in http://chdk.setepontos.com/index.php/topic,650.msg44066.html#msg44066 with the following adjustments:

  • OPT_UPDATE_STUBS is renamed to OPT_GEN_STUBS
  • both OPT_GEN_STUBS and OPT_GEN_SIGS default to one, so previous behavior is preserved by default. Note that you can still undefine them on the make command line (e.g. make OPT_GEN_STUBS= clean fir) to turn them off, or override them in localbuildconf.inc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buildconf.inc

    r801 r851  
    1717# if enabled, compiler will produce a lot of warnings, maybe not always correct ones, see http://chdk.setepontos.com/index.php/topic,2509.msg32191.html#msg32191 
    1818#OPT_WARNINGS=1 
     19# If enabled (and reference binaries are present in /tools), compiler will generate function signatures 
     20OPT_GEN_SIGS=1 
     21# If enabled (and firmware binaries are present) compiler will update "stubs_entry.S" 
     22OPT_GEN_STUBS=1 
    1923# Shall ubasic be compiled into build? not done yet 
    2024#!OPT_UBASIC=1 
Note: See TracChangeset for help on using the changeset viewer.