targets/toolchain_gcc.py
changeset 1732 94ffe74e6895
parent 1731 6ebd9c40b2be
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    21 #
    21 #
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 import os, re, operator
    26 import os
       
    27 import re
       
    28 import operator
    27 from util.ProcessLogger import ProcessLogger
    29 from util.ProcessLogger import ProcessLogger
    28 import hashlib
    30 import hashlib
    29 
    31 
    30 includes_re =  re.compile('\s*#include\s*["<]([^">]*)[">].*')
    32 includes_re =  re.compile('\s*#include\s*["<]([^">]*)[">].*')
    31 
    33