Changes in tools/autotool.py [b6b02c0:6db5d4b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    rb6b02c0 r6db5d4b  
    256256                gnu_target = "sparc64-linux-gnu"
    257257                clang_target = "sparc-unknown-linux"
    258 
    259         if (config['PLATFORM'] == "sparc32"):
    260                 target = config['PLATFORM'];
    261                 gnu_target = "sparc-leon3-linux-gnu"
    262258       
    263259        return (target, cc_args, gnu_target, clang_target)
Note: See TracChangeset for help on using the changeset viewer.