equal
deleted
inserted
replaced
63 |
63 |
64 if not conf.env['WITH_NSC']: |
64 if not conf.env['WITH_NSC']: |
65 conf.msg("Checking for NSC location", False) |
65 conf.msg("Checking for NSC location", False) |
66 conf.report_optional_feature("nsc", "Network Simulation Cradle", False, |
66 conf.report_optional_feature("nsc", "Network Simulation Cradle", False, |
67 "NSC not found (see option --with-nsc)") |
67 "NSC not found (see option --with-nsc)") |
68 return |
68 return |
69 |
69 |
70 if Options.platform in ['linux', 'freebsd']: |
70 if Options.platform in ['linux', 'freebsd']: |
71 arch = os.uname()[4] |
71 arch = os.uname()[4] |
72 else: |
72 else: |
73 arch = None |
73 arch = None |