Changeset 1986


Ignore:
Timestamp:
07/14/12 23:55:11 (11 months ago)
Author:
reyalp
Message:

make stubs_auto.S generation work with lowercase asm code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/makefile_sub.inc

    r1660 r1986  
    2525        @echo $^ \-\> $@ 
    2626        cat $^ | \ 
    27             grep -E 'B[[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \ 
    28             sed 's/.*B[[:alpha:]]*[[:space:]][[:space:]]*sub_\([0-9A-Fa-f]*\).*/\1/' | \ 
     27            grep -E '[bB][[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \ 
     28            sed 's/.*[bB][[:alpha:]]*[[:space:]][[:space:]]*sub_\([0-9A-Fa-f]*\).*/\1/' | \ 
    2929            $(SORT) | uniq | \ 
    3030            awk 'BEGIN {print "/* THIS FILE IS GENERATED */\n/* DO NOT EDIT THIS FILE! */\n\n#include \"stubs_asm.h\"\n"} \ 
Note: See TracChangeset for help on using the changeset viewer.