Changes in tools/autotool.py [96b89acb:603c8740] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r96b89acb r603c8740 501 501 cross_prefix = os.environ['CROSS_PREFIX'] 502 502 else: 503 cross_prefix = "/usr/local "503 cross_prefix = "/usr/local/cross" 504 504 505 505 # Prefix binutils tools on Solaris
Note:
See TracChangeset
for help on using the changeset viewer.