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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r0dd022ec r8f2eca0  
    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"
    270265       
    271266        if (config['PLATFORM'] == "sparc64"):
     
    790785               
    791786                if (config['COMPILER'] == "clang"):
    792                         target, cc_args, gnu_target, clang_target, helenos_target = get_target(config)
     787                        target, cc_args, gnu_target, clang_target = get_target(config)
    793788                       
    794789                        if (target is None) or (gnu_target is None) or (clang_target is None):
Note: See TracChangeset for help on using the changeset viewer.