Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1845 → Rev 1846

/trunk/tools/config.py
457,6 → 457,7
# 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: