Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1846 → Rev 1845

/trunk/tools/config.py
457,7 → 457,6
# Get ARCH from command line if specified
if len(sys.argv) >= 4:
defaults['ARCH'] = sys.argv[3]
defaults['PLATFORM'] = sys.argv[3]
# Get COMPILER from command line if specified
if len(sys.argv) >= 5: