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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r6db5d4b rb6b02c0  
    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"
    258262       
    259263        return (target, cc_args, gnu_target, clang_target)
Note: See TracChangeset for help on using the changeset viewer.