Changeset 4e9aaf5 in mainline for kernel/tools/genmap.py


Ignore:
Timestamp:
2010-03-19T18:30:12Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8023571, b535aeb, e2b73d4f
Parents:
3c80f2b
Message:

more autotooling: run actually the compiler in autotool.py and detect sizes of integers, generate common.h
more build system cleanup: remove redundancy, remove config.defs, merge kernel makefiles to a single file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/tools/genmap.py

    r3c80f2b r4e9aaf5  
    7979                        continue
    8080       
    81         return {'text' : funcs, 'bss' : bss, 'data' : data }
     81        return {'text' : funcs, 'bss' : bss, 'data' : data}
    8282
    8383def generate(kmapf, obmapf, out):
Note: See TracChangeset for help on using the changeset viewer.