Changes in tools/autotool.py [8f2eca0:0dd022ec] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r8f2eca0 r0dd022ec  
    263263                clang_target = "powerpc-unknown-linux"
    264264                helenos_target = "ppc-helenos"
     265       
     266        if (config['PLATFORM'] == "sparc32"):
     267                target = config['PLATFORM'];
     268                gnu_target = "sparc-leon3-linux-gnu"
     269                helenos_target = "sparc-leon3-helenos"
    265270       
    266271        if (config['PLATFORM'] == "sparc64"):
     
    785790               
    786791                if (config['COMPILER'] == "clang"):
    787                         target, cc_args, gnu_target, clang_target = get_target(config)
     792                        target, cc_args, gnu_target, clang_target, helenos_target = get_target(config)
    788793                       
    789794                        if (target is None) or (gnu_target is None) or (clang_target is None):
Note: See TracChangeset for help on using the changeset viewer.